TreeListView.ClearFormatConditionsFromAllColumns() Method
Removes all conditional formats from current grid’s view.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
Remarks
The ClearFormatConditionsFromAllColumns method clears the TreeListView.FormatConditions collection, removing all conditional formats it contains.
See the Conditional Formats topic to learn more.
See Also