Skip to main content

TreeListHeaderTemplateContainer.Column Property

Gets the column where the template is rendered.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object or descendant that represents the column.

See Also