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

ASPxGridCustomCommandButtonEventArgs.Enabled Property

Gets or sets a value that specifies whether the processed custom button is enabled.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true, to enable the button; otherwise, false.

See Also