TreeListCommandColumn.RecoverButton Property
Gets the Recover button’s settings.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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