TreeListSettingsText.CommandRecover Property
Gets or sets the text displayed within the Recover command item.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
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 |
|
Remarks
If the CommandRecover property is set to an empty string, the default string (‘Recover’) is displayed.
See Also