Back to Devexpress

MVCxTreeListSettingsDataSecurity Class

aspnetmvc-devexpress-dot-web-dot-mvc-90ef4ab1.md

latest2.2 KB
Original Source

MVCxTreeListSettingsDataSecurity Class

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

Declaration

csharp
public class MVCxTreeListSettingsDataSecurity :
    TreeListSettingsDataSecurity
vb
Public Class MVCxTreeListSettingsDataSecurity
    Inherits 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

IStateManager

DevExpress.Web.Internal.IPropertiesDirtyTracker

DevExpress.Web.Internal.IGridDataSecuritySettings

Inheritance

Object StateManager PropertiesBase TreeListSettingsBase TreeListSettingsDataSecurity MVCxTreeListSettingsDataSecurity

See Also

MVCxTreeListSettingsDataSecurity Members

DevExpress.Web.Mvc Namespace