Skip to main content

TreeListSettingsDataSecurity Class

Contains security settings that allow you to disable data operations in the ASPxTreeList.

Namespace: DevExpress.Web.ASPxTreeList

Assembly: DevExpress.Web.ASPxTreeList.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class TreeListSettingsDataSecurity :
    TreeListSettingsBase,
    IGridDataSecuritySettings

The following members return TreeListSettingsDataSecurity objects:

#Remarks

Use the ASPxTreeList.SettingsDataSecurity property to access the TreeListSettingsDataSecurity class.

ASPxTreeList1.SettingsDataSecurity.AllowDelete = DefaultBoolean.False;
ASPxTreeList1.SettingsDataSecurity.AllowEdit = DefaultBoolean.False;

#Implements

See Also