ASPxClientNavBarItem Methods
Represents a client-side equivalent of the navbar’s NavBarItem object.Name | Description |
---|---|
GetEnabled | Returns a value indicating whether an item is enabled. |
GetImageUrl | Returns the URL which points to the image displayed within the item. |
GetNavigateUrl | Gets an URL which defines the item’s navigation location. |
GetText | Returns text displayed within the item. |
GetVisible | Returns a value specifying whether an item is displayed. |
SetEnabled(value) | Specifies whether the item is enabled. |
SetImageUrl(value) | Specifies the URL which points to the image displayed within the item. |
SetNavigateUrl(value) | Specifies a URL which defines the item’s navigation location. |
SetText(value) | Specifies the text displayed within the item. |
SetVisible(value) | Specifies whether the item is visible. |
See Also