Skip to main content

TreeListCommandColumnRecoverButton.Visible Property

Specifies the Recover command button’s visibility state.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public override bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true, to show the Recover command button; otherwise, false.

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