ASPxTreeList.SettingsDataSecurity Property
Security settings that allow you to disable data operations in the ASPxTreeList.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
TreeListSettingsDataSecurity | The security settings. |
Remarks
<dx:ASPxTreeList ID="ASPxTreeList1" runat="server" >
<SettingsDataSecurity AllowDelete="False" AllowEdit="False" />
</dx:ASPxTreeList>
See Also