ASPxClientMenuItem Methods
Represents a client-side equivalent of the menu’s MenuItem object.
Name | Description |
---|---|
Get |
Indicates whether the menu item is checked. |
Get |
Returns a value specifying whether a menu item is enabled. |
Get |
Returns the URL pointing to the image displayed within the menu item. |
Get |
Returns the current menu item’s immediate subitem specified by its index. |
Get |
Returns the current menu item’s subitem specified by its name. |
Get |
Returns the number of the current menu item’s immediate child items. |
Get |
Gets a URL which defines the navigation location for the menu item. |
Get |
Returns text displayed within the menu item. |
Get |
Returns a value specifying whether a menu item is displayed. |
Set |
Specifies whether the menu item is checked. |
Set |
Specifies whether the menu item is enabled. |
Set |
Sets the URL which points to the image displayed within the menu item. |
Set |
Specifies a URL which defines the navigation location for the menu item. |
Set |
Sets the text to be displayed within the menu item. |
Set |
Specifies the menu item’s visibility. |
See Also