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

MVCxTreeListSettingsDataSecurity Class

Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.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