TreeListCommandColumnCustomButtonCollection(TreeListCommandColumn) Constructor
Initializes a new instance of the TreeListCommandColumnCustomButtonCollection class with the specified command column.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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