Skip to main content
A newer version of this page is available.
All docs
V18.2

TreeListCommandColumnButton(TreeListCommandColumn, TreeListCommandColumnButtonType) Constructor

Initializes a new instance of the TreeListCommandColumnButton class with the specified column and button type.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnButton(
    TreeListCommandColumn column,
    TreeListCommandColumnButtonType type
)

Parameters

Name Type Description
column TreeListCommandColumn

A TreeListCommandColumn object that represents the command column to which the button belongs.

type TreeListCommandColumnButtonType

A TreeListCommandColumnButtonType enumeration value that specifies the button’s type. This value is assigned to the TreeListCommandColumn.ButtonType property.

See Also