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

TreeListFooterCellTemplateContainer.Column Property

Gets a data column where the template is rendered.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListColumn Column { get; }

Property Value

Type Description
TreeListColumn

A TreeListColumn object or descendant that represents the column.

See Also