aspnetmvc-devexpress-dot-web-dot-mvc-90ef4ab1.md
Provides security settings that allow you to disable data modification operations (edit, insert, delete).
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class MVCxTreeListSettingsDataSecurity :
TreeListSettingsDataSecurity
Public Class MVCxTreeListSettingsDataSecurity
Inherits TreeListSettingsDataSecurity
The following members return MVCxTreeListSettingsDataSecurity objects:
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.
DevExpress.Web.Internal.IPropertiesDirtyTracker
DevExpress.Web.Internal.IGridDataSecuritySettings
Object StateManager PropertiesBase TreeListSettingsBase TreeListSettingsDataSecurity MVCxTreeListSettingsDataSecurity
See Also