Back to Devexpress

TreeList.ClearColumnsFilter() Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-ea7bfa44.md

latest1.5 KB
Original Source

TreeList.ClearColumnsFilter() Method

Removes the filter criteria applied to the TreeList.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

csharp
public void ClearColumnsFilter()
vb
Public Sub 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

Filtering

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace