DataControlBase.FormatConditions Property
In This Article
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 |
---|---|
Format |
A collection of conditional formats applied to the Grid |
#Remarks
The GridControl allows you to apply the following conditional formatting rules:
- FormatCondition - uses a formula to define the formatting rule.
- TopBottomRuleFormatCondition - highlights top/bottom values or values that are above/below an average value.
- UniqueDuplicateRuleFormatCondition - formats cells whose values are unique or duplicate.
See Also