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