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