TreeList.ClearColumnFilter(TreeListColumn) Method
In This Article
Removes the filter condition applied to the specified column.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
#Declaration
public void ClearColumnFilter(
TreeListColumn column
)
#Parameters
Name | Type | Description |
---|---|---|
column | Tree |
A Tree |
#Remarks
The ClearColumnFilter method clears the filter condition applied to the specified column.
To learn more, see Filtering.
See Also