Back to Devexpress

TableView.ClearFormatConditionsFromAllColumns() Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-58adf0de.md

latest1.6 KB
Original Source

TableView.ClearFormatConditionsFromAllColumns() Method

Removes all conditional formats from current grid’s view.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ClearFormatConditionsFromAllColumns()
vb
Public Sub ClearFormatConditionsFromAllColumns

Remarks

The ClearFormatConditionsFromAllColumns method clears the TableView.FormatConditions collection, removing all conditional formats it contains.

See the Conditional Formats topic to learn more.

See Also

FormatConditions

ClearFormatConditionsFromColumn(ColumnBase)

AddFormatCondition(FormatConditionBase)

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace