TreeList.GetAutoFilterValue(TreeListColumn) Method
Returns the filtering value of an automatic filtering row cell that belongs to the specific Tree List 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 that owns an automatic filtering row cell, whose filtering value is to be retrieved. |
Returns
Type | Description |
---|---|
Object | An Object that is the filtering value. |
See Also