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

RibbonItemBase.ClientEnabled Property

Gets or sets a value that indicates whether the ribbon item is enabled on the client side.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

[DefaultValue(true)]
public bool ClientEnabled { get; set; }

Property Value

Type Default Description
Boolean **true**

true, if the ribbon item is enabled; otherwise, false.

Remarks

Use the ClientEnabled property to specify the ribbon item’s initial ability to respond to end-user interactions (such as mouse hovering or clicks). An item’s availability state, defined via this property, can then be dynamically changed on the client side using the ASPxClientRibbonItem.SetEnabled method.

See Also