Skip to main content

ASPxClientTab.GetEnabled Method

Returns a value specifying whether a tab is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the tab is enabled; otherwise, false.

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