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.v23.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.

<dx:ASPxTreeList ID="ASPxTreeList1" runat="server" >
    <SettingsDataSecurity AllowDelete="False" AllowEdit="False" />
</dx:ASPxTreeList>

Implements

See Also