TreeList.ClearColumnsFilter() Method
Removes the filter criteria applied to the TreeList.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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