Skip to main content

TreeListHtmlDataCellEventArgs.Column Property

Gets the data column that owns the cell currently being processed.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

#Declaration

public TreeListDataColumn Column { get; }

#Property Value

Type Description
TreeListDataColumn

A TreeListDataColumn object that represents the data column.

See Also