ASPxClientNavBarItem.GetEnabled Method
Returns a value indicating whether an item is enabled.
Declaration
GetEnabled(): boolean
Returns
Type | Description |
---|---|
boolean |
|
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