Skip to main content

TreeListCommandColumnCustomButtonCollection.Column Property

Gets a command column that owns this collection.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumn Column { get; }

Property Value

Type Description
TreeListCommandColumn

A TreeListCommandColumn object that represents the command column which owns this collection.

See Also