ASPxRibbon.ClientEnabled Property
In This Article
Gets or sets a value that indicates whether the ribbon is enabled on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#Remarks
Use the ClientEnabled property to specify the ribbon’s initial capability to respond to end-user interactions (such as mouse hovering or clicks). A ribbon’s availability state, defined via this property, can then be dynamically changed on the client side using the ASPxClientRibbon.SetEnabled method.
Note
The Client
See Also