Skip to main content

ASPxClientRibbon.GetEnabled Method

Returns a value indicating whether the ribbon is enabled.

Declaration

GetEnabled(): boolean

Returns

Type Description
boolean

true if the ribbon is enabled; otherwise false.

Remarks

Use the GetEnabled method on the client to determine a ribbon’s ability to respond to end-user interactions such as mouse hovering or clicks. The initial client availability state of a ribbon can be defined using its server ASPxRibbon.ClientEnabled property. Then, the state can be dynamically changed on the client side using the ASPxClientRibbon.SetEnabled method.

See Also