Skip to main content

TreeListColumnEditorEventArgs.Column Property

Gets the data column whose cell editor is being initialized.

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 whose cell editor is being initialized.

See Also