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