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

ASPxTreeList.SettingsEditing Property

Provides access to the ASPxTreeList’s editing settings.

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsEditing SettingsEditing { get; }

Property Value

Type Description
TreeListSettingsEditing

A TreeListSettingsEditing object that contains the ASPxTreeList’s editing settings.

See Also