Skip to main content
Tab

ASPxGridCustomCommandButtonEventArgs.Enabled Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.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