ASPxClientNavBarItem Members
In This Article
#Properties
Name | Description |
---|---|
group | Gets the group to which the current item belongs. |
index | Gets the item’s index within a collection of a group’s items. |
name | Gets the name that uniquely identifies the item. |
nav |
Gets the navbar to which the current item belongs. |
#Methods
Name | Description |
---|---|
Get |
Returns a value indicating whether an item is enabled. |
Get |
Returns the URL which points to the image displayed within the item. |
Get |
Gets an URL which defines the item’s navigation location. |
Get |
Returns text displayed within the item. |
Get |
Returns a value specifying whether an item is displayed. |
Set |
Specifies whether the item is enabled. |
Set |
Specifies the URL which points to the image displayed within the item. |
Set |
Specifies a URL which defines the item’s navigation location. |
Set |
Specifies the text displayed within the item. |
Set |
Specifies whether the item is visible. |
See Also