ASPxClientMenuItem Members
In This Article
#Properties
Name | Description |
---|---|
index | Gets the item’s index within the parent’s collection of items. |
index |
For internal use only. |
menu | Gets the menu object to which the current item belongs. |
name | Gets the name that uniquely identifies the menu item. |
parent | Gets the immediate parent item to which the current item belongs. |
#Methods
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