Skip to main content

DataControlBase.FormatConditions Property

Stores conditional formats applied to the GridControl.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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