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

TreeListCommandColumnRecoverButton(TreeListCommandColumn) Constructor

Initializes a new instance of the TreeListCommandColumnRecoverButton class.

Namespace: DevExpress.Web.ASPxTreeList

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

Declaration

public TreeListCommandColumnRecoverButton(
    TreeListCommandColumn column
)

Parameters

Name Type Description
column TreeListCommandColumn

A TreeListCommandColumn object representing the Tree List command column.

See Also