Skip to main content

ASPxClientRibbonItem.GetEnabled Method

Returns a value indicating whether a ribbon item is enabled.

#Declaration

TypeScript
GetEnabled(): boolean

#Returns

Type Description
boolean

true if an item is enabled; otherwise false.

#Remarks

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

See Also