Skip to main content

ASPxTreeList.SettingsEditing Property

Provides access to the ASPxTreeList’s editing settings.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v23.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