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

DataControlBase.FormatConditions Property

Stores conditional formats applied to the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

public FormatConditionCollection FormatConditions { get; }

Property Value

Type Description
FormatConditionCollection

A collection of conditional formats applied to the GridControl.

Remarks

The GridControl allows you to apply the following conditional formatting rules:

See Also