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

ASPxVerticalGrid.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(null)]
public VerticalGridFormatConditionCollection FormatConditions { get; }

Property Value

Type Default Description
VerticalGridFormatConditionCollection *null*

An VerticalGridFormatConditionCollection 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.

Online Demo

Conditional Formatting

See Also