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

GridViewSettings<RowType>.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public MVCxGridViewFormatConditionCollection<RowType> FormatConditions { get; }

Property Value

Type Description
MVCxGridViewFormatConditionCollection<RowType>

An MVCxGridViewFormatConditionCollection<RowType> 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