Skip to main content

MVCxTreeListSettingsDataSecurity Class

Provides security settings that allow you to disable data modification operations (edit, insert, delete).

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxTreeListSettingsDataSecurity :
    TreeListSettingsDataSecurity

The following members return MVCxTreeListSettingsDataSecurity objects:

Remarks

The MVCxTreeListSettingsDataSecurity class contains the settings that allow you to control whether data modification operations such as editing, inserting, deleting are allowed within the TreeList.

These settings can be accessed via the TreeListSettings.SettingsDataSecurity property.

Implements

DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IGridDataSecuritySettings
See Also