GridToolbarItem.ClientEnabled Property
Gets or sets a value that indicates whether the toolbar item is enabled on the client.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ClientEnabled property to specify the toolbar item’s initial ability to respond to end-user interactions (such as mouse hovering or clicks).
See Also