ASPxGridView.FormatConditions Property
Provides access to a collection of format condition rules.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(null)]
public GridViewFormatConditionCollection FormatConditions { get; }
#Property Value
Type | Default | Description |
---|---|---|
Grid |
null | An Grid |
#Remarks
The FormatConditions
property provides access to a collection of rules, which can be represented by the following classes.
- GridViewFormatConditionColorScale
- GridViewFormatConditionHighlight
- GridViewFormatConditionIconSet
- GridViewFormatConditionTopBottom
#Limitation
- ASPxGridView does not support conditional formatting if the DataSourceForceStandardPaging property is set to
true
.