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

ASPxClientNavBarItem.GetEnabled Method

Returns a value indicating whether an item is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if an item is enabled; otherwise, false.

Remarks

Use the GetEnabled method on the client to check an item’s ability to respond to end-user interactions (such as mouse hovering or clicks). The initial client availability state of an item can be defined using its server NavBarItem.ClientEnabled property. Then, the item’s state can be dynamically changed on the client side using the ASPxClientNavBarItem.SetEnabled method.

See Also