Skip to main content
A newer version of this page is available. .

TreeListSettingsText.CommandEdit Property

Gets or sets the text displayed within the Edit command button.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("Edit")]
public string CommandEdit { get; set; }

Property Value

Type Default Description
String "Edit"

A String value that specifies the command button’s text.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to CommandEdit
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsText .CommandEdit
ASP.NET MVC Extensions MVCxTreeList
.SettingsText .CommandEdit
TreeListSettings
.SettingsText .CommandEdit
TreeListSettings<RowType>
.SettingsText .CommandEdit
See Also