Skip to main content

TreeListSettingsText.CommandRecover Property

Gets or sets the text displayed within the Recover command item.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Recover")]
public string CommandRecover { get; set; }

Property Value

Type Default Description
String "Recover"

A System.String value that specifies the command item’s text.

Property Paths

You can access this nested property as listed below:

Object Type Path to CommandRecover
ASPxTreeList
.SettingsText .CommandRecover

Remarks

If the CommandRecover property is set to an empty string, the default string (‘Recover’) is displayed.

See Also