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

ASPxGridViewCustomButtonInitializer.Enabled Property

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

Namespace: DevExpress.ExpressApp.Web.Editors.ASPx

Assembly: DevExpress.ExpressApp.Web.v19.1.dll

Declaration

public bool Enabled { get; set; }

Property Value

Type Description
Boolean

true, to enable the button; otherwise, false.

See Also