Skip to main content
A newer version of this page is available. .

ASPxTreeListHeaderFilterEventArgs.Column Property

Gets the data column currently being filtered.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListDataColumn Column { get; }

Property Value

Type Description
TreeListDataColumn

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

See Also