Skip to main content
A newer version of this page is available. .

TreeListCommandColumn.RecoverButton Property

Gets the Recover button’s settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListCommandColumnRecoverButton RecoverButton { get; }

Property Value

Type Description
TreeListCommandColumnRecoverButton

The button’s settings.

Remarks

In batch edit mode, the Recover command button recovers the deleted node.

Use the RecoverButton property to specify the button’s image, caption, and visibility. You can define the command button’s type with the TreeListCommandColumn.ButtonType property.

See Also