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

TreeListSettingsDataSecurity.AllowEdit Property

Gets or sets a value that specifies whether row editing is allowed within the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean **true**

true, to allow row editing operations; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to AllowEdit
ASP.NET Controls and MVC Extensions ASPxTreeList
.SettingsDataSecurity .AllowEdit
ASP.NET MVC Extensions MVCxTreeList
.SettingsDataSecurity .AllowEdit
TreeListSettings
.SettingsDataSecurity .AllowEdit
TreeListSettings<RowType>
.SettingsDataSecurity .AllowEdit

Remarks

Use the AllowEdit property to disable row editing within the ASPxTreeList, if required. If this property set to true, data rows cannot be edited either by an end-user or programmatically via the ASPxTreeList’s API.

See Also