Skip to main content

TreeListSettings.SettingsEditing Property

Provides access to the TreeList’s edit settings.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

Declaration

public MVCxTreeListSettingsEditing SettingsEditing { get; }

Property Value

Type Description
MVCxTreeListSettingsEditing

An MVCxTreeListSettingsEditing object that contains the TreeList’s edit settings.

See Also