TreeListView.AddFormatCondition(FormatConditionBase) Method
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
Parameters
Name | Type | Description |
---|---|---|
formatCondition | FormatConditionBase | A FormatConditionBase object that is the new conditional format. |
Remarks
See the Conditional Formats topic to learn more.
See Also