Skip to main content

ASPxTreeListEditorCreateEventArgs.Column Property

Gets the data column to which the processed filter row cell corresponds.

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 descendant that represents the data column to which the processed cell corresponds.

See Also