ASPxTreeList.AutoFilterByColumn(TreeListColumn, String) Method
Applies a filter to the specified data column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| column | TreeListColumn | An TreeListColumn object that specifies the column. |
| value | String | A string value that specifies the filter expression. |
Remarks
To learn more, see Filtering.
See Also