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

TreeListCommandColumnCustomButtonCollection(TreeListCommandColumn) Constructor

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

Namespace: DevExpress.Web.ASPxTreeList

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

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