TreeListCommandColumnRecoverButton.Visible Property
Specifies the Recover command button’s visibility state.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the TreeListSettingsText.CommandRecover property to specify the text displayed within the Recover command item. Call the client ASPxClientTreeListBatchEditApi.RecoverNode method to recover the specified node when the TreeList is in Batch Edit Mode.
See Also