ASPxTreeListAutoFilterEventArgs.Column Property
Gets the data column to be filtered.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListDataColumn | A TreeListDataColumn descendant that represents the data column to be filtered. |
See Also