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

TreeList.ClearColumnFilter(TreeListColumn) Method

Removes the filter condition applied to the specified column.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void ClearColumnFilter(
    TreeListColumn column
)

Parameters

Name Type Description
column TreeListColumn

A TreeListColumn object specifying the column which filter condition is to be discarded.

Remarks

The ClearColumnFilter method clears the filter condition applied to the specified column.

To learn more, see Filtering.

See Also