2 references to StaticItemFormatString
System.Web (2)
UI\WebControls\MenuItem.cs (2)
238
if (_owner.
StaticItemFormatString
.Length > 0 && Depth < _owner.StaticDisplayLevels) {
239
return String.Format(CultureInfo.CurrentCulture, _owner.
StaticItemFormatString
, Text);