ASPxClientTab.GetEnabled Method
Returns a value specifying whether a tab is enabled.
Declaration
GetEnabled(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the GetEnabled method to check a tab’s ability to respond to end-user interactions (such as mouse hovering or clicks). The initial client availability state of a tab can be defined using its server TabBase.ClientEnabled property. Then, the tab’s state can be dynamically changed on the client side using the ASPxClientTab.SetEnabled method.
See Also