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

TreeListCommandColumnCancelButton(TreeListCommandColumn) Constructor

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnCancelButton(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

A TreeListCommandColumn object that is the command column that owns the current button.

See Also