Skip to main content
Tab

GridFormatConditionBase.Enabled Property

Specifies whether the current format condition is applied to the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool Enabled { get; set; }

Property Value

Type Default Description
Boolean true

true, if the format condition is applied; otherwise, false.

See Also