GridViewSettings<RowType>.FormatConditions Property
In This Article
Provides access to a collection of format condition rules.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
MVCx |
An MVCx |
#Remarks
The FormatConditions property provides access to a collection of rules, which can be represented by the following classes.
- GridViewFormatConditionColorScale
- GridViewFormatConditionHighlight
- GridViewFormatConditionIconSet
- GridViewFormatConditionTopBottom
#Online Demo
See Also