Skip to main content

TreeListCommandColumnCustomButtonCollection(TreeListCommandColumn) Constructor

Initializes a new instance of the TreeListCommandColumnCustomButtonCollection class with the specified command column.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnCustomButtonCollection(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

A TreeListCommandColumn object that represents the command column which owns this collection. This value is assigned to the TreeListCommandColumnCustomButtonCollection.Column property.

See Also