GetBadgeIconCssClass
|
Gets the CSS class of the icon displayed within the menu item badge.
|
GetBadgeText
|
Gets the text displayed within the menu item badge.
|
GetChecked
|
Indicates whether the menu item is checked.
|
GetEnabled
|
Returns a value specifying whether a menu item is enabled.
|
GetIconCssClass
|
Gets the CSS class of the icon displayed by the menu item.
|
GetImageUrl
|
Obsolete. Returns the URL pointing to the image displayed within the menu item.
|
GetItem(index)
|
Returns the current menu item’s immediate subitem specified by its index.
|
GetItemByName(name)
|
Returns the current menu item’s subitem specified by its name.
|
GetItemCount
|
Returns the number of the current menu item’s immediate child items.
|
GetNavigateUrl
|
Gets a URL which defines the navigation location for the menu item.
|
GetText
|
Returns text displayed within the menu item.
|
GetVisible
|
Returns a value specifying whether a menu item is displayed.
|
SetBadgeIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed within the menu item badge.
|
SetBadgeText(text)
|
Sets the text displayed within the menu item badge.
|
SetChecked(value)
|
Specifies whether the menu item is checked.
|
SetEnabled(value)
|
Specifies whether the menu item is enabled.
|
SetIconCssClass(cssClass)
|
Sets the CSS class of the icon displayed by the menu item.
|
SetImageUrl(value)
|
Obsolete. Sets the URL which points to the image displayed within the menu item.
|
SetNavigateUrl(value)
|
Specifies a URL which defines the navigation location for the menu item.
|
SetText(value)
|
Sets the text to be displayed within the menu item.
|
SetVisible(value)
|
Specifies the menu item’s visibility.
|