Skip to main content
A newer version of this page is available. .

ASPxClientNavBarItem Members

Represents a client-side equivalent of the navbar’s NavBarItem object.

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.
navBar Gets the navbar to which the current item belongs.

Methods

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