ASPxVerticalGrid.FormatConditions Property
In This Article
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 VerticalGridFormatConditionCollection FormatConditions { get; }
#Property Value
Type | Default | Description |
---|---|---|
Vertical |
null | An Vertical |
#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