Skip to main content
A newer version of this page is available. .

TreeListView.ClearFormatConditionsFromAllColumns() Method

Removes all conditional formats from current grid’s view.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public void ClearFormatConditionsFromAllColumns()

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