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

ASPxClientRibbonTab.GetEnabled Method

Returns a value indicating whether a ribbon tab is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if a tab is enabled; otherwise false.

Remarks

Use the GetEnabled method on the client to determine a tab’s ability to respond to end-user interactions such as mouse clicks or text input. The tab state can be dynamically changed on the client side using the ASPxClientRibbonTab.SetEnabled method.

See Also