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

GridFormatConditionBase.Enabled Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

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