2 references to DynamicItemFormatString
System.Web (2)
UI\WebControls\MenuItem.cs (2)
241
else if (_owner.
DynamicItemFormatString
.Length > 0 && Depth >= _owner.StaticDisplayLevels) {
242
return String.Format(CultureInfo.CurrentCulture, _owner.
DynamicItemFormatString
, Text);