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

GridControl.FormatConditions Property

Provides access to the collection of conditional formatting rules.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v19.2.dll

Declaration

public FormatConditionCollection FormatConditions { get; }

Property Value

Type Description
DevExpress.UI.Xaml.Grid.FormatConditionCollection

A DevExpress.UI.Xaml.Grid.FormatConditionCollection object that stores conditional formatting rules applied to the grid.

Remarks

The grid provides the following format conditions:

See Also