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

TreeListView.ClearFormatConditionsFromColumn(ColumnBase) Method

Clears conditional formats for the specified column.

Namespace: DevExpress.Xpf.Grid

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

Declaration

public void ClearFormatConditionsFromColumn(
    ColumnBase column
)

Parameters

Name Type Description
column ColumnBase

A ColumnBase object that is the column for which you remove conditional formats.

Remarks

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

See the Conditional Formats topic to learn more.

See Also