VerticalGridSettings.FormatConditions Property
Provides access to a collection of format condition rules.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
MVCxVerticalGridFormatConditionCollection | An MVCxVerticalGridFormatConditionCollection object that is a collection of rules. |
Remarks
The FormatConditions property provides access to a collection of rules, which can be represented by the following classes.
- VerticalGridFormatConditionColorScale
- VerticalGridFormatConditionHighlight
- VerticalGridFormatConditionIconSet
- VerticalGridFormatConditionTopBottom
Online Demo
See Also