1 write to FormatString
System.Web (1)
UI\WebControls\TreeNodeBinding.cs (1)
509clone.FormatString = FormatString;
3 references to FormatString
System.Web (3)
UI\WebControls\TreeNodeBinding.cs (1)
509clone.FormatString = FormatString;
UI\WebControls\TreeView.cs (2)
1493if (!String.IsNullOrEmpty(level.FormatString)) { 1494text = string.Format(CultureInfo.CurrentCulture, level.FormatString, objData);