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

TreeListCommandColumnUpdateButton(TreeListCommandColumn) Constructor

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

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnUpdateButton(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

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

See Also