Skip to main content
Tab

ASPxGridView.FormatConditions Property

Provides access to a collection of format condition rules.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
GridViewFormatConditionCollection null

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

Limitation

Online Demo

Conditional Formatting

See Also