Skip to main content
A newer version of this page is available. .

ASPxTreeList.SettingsDataSecurity Property

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

Namespace: DevExpress.Web.ASPxTreeList

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

NuGet Package: DevExpress.Web

Declaration

public TreeListSettingsDataSecurity SettingsDataSecurity { get; }

Property Value

Type Description
TreeListSettingsDataSecurity

The security settings.

Remarks

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