TableView.AddFormatCondition(FormatConditionBase) Method
In This Article
Adds a conditional format to the conditional format collection.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
public void AddFormatCondition(
FormatConditionBase formatCondition
)
#Parameters
Name | Type | Description |
---|---|---|
format |
Format |
A Format |
#Remarks
See the Conditional Formats to learn more.
See Also