MVCxTreeListSettingsDataSecurity Class
In This Article
Provides security settings that allow you to disable data modification operations (edit, insert, delete).
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
public class MVCxTreeListSettingsDataSecurity :
TreeListSettingsDataSecurity
#Related API Members
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
#Inheritance
Object
StateManager
PropertiesBase
TreeListSettingsBase
TreeListSettingsDataSecurity
MVCxTreeListSettingsDataSecurity
See Also