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

TreeList.ClearColumnsFilter() Method

Removes the filter criteria applied to the TreeList.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v19.1.dll

Declaration

public void ClearColumnsFilter()

Remarks

The ClearColumnsFilter method clears the filter condition applied to the TreeList.

To temporarily disable the filter, set the TreeList.ActiveFilterEnabled property to false. To obtain the current filter criteria, use the TreeList.ActiveFilterCriteria property.

To learn more, see Filtering.

See Also