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

TreeListDataCellTemplateContainer.Column Property

Gets a data column where the template is rendered.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v20.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