Back to Devexpress

TableView.ClearFormatConditionsFromColumn(ColumnBase) Method

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-dot-clearformatconditionsfromcolumn-x28-devexpress-dot-xpf-dot-grid-dot-columnbase-x29.md

latest1.9 KB
Original Source

TableView.ClearFormatConditionsFromColumn(ColumnBase) Method

Clears conditional formats for the specified column.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public void ClearFormatConditionsFromColumn(
    ColumnBase column
)
vb
Public Sub ClearFormatConditionsFromColumn(
    column As ColumnBase
)

Parameters

NameTypeDescription
columnColumnBase

A ColumnBase object that is the column to remove conditional formats.

|

Remarks

The ClearFormatConditionsFromColumn method removes conditional formats for the specified column from the TableView.FormatConditions collection.

See the Conditional Formats topic to learn more.

See Also

FormatConditions

ClearFormatConditionsFromAllColumns()

AddFormatCondition(FormatConditionBase)

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace