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

TableView.ClearFormatConditionsFromColumn(ColumnBase) Method

Clears conditional formats for the specified column.

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 ClearFormatConditionsFromColumn(
    ColumnBase column
)

Parameters

Name Type Description
column ColumnBase

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