Skip to main content

ASPxTreeListBeforeHeaderFilterFillItemsEventArgs.Column Property

Gets the data column currently being filtered.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TreeListDataColumn Column { get; }

Property Value

Type Description
TreeListDataColumn

A TreeListDataColumn object that represents the data column currently being filtered.

See Also