aspnet-devexpress-dot-web-1cd9f617.md
Contains security settings that allow you to disable data operations in the ASPxGridView.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class ASPxGridViewDataSecuritySettings :
ASPxGridDataSecuritySettings
Public Class ASPxGridViewDataSecuritySettings
Inherits ASPxGridDataSecuritySettings
The following members return ASPxGridViewDataSecuritySettings objects:
| Library | Related API Members |
|---|---|
| ASP.NET Web Forms Controls | ASPxGridView.SettingsDataSecurity |
| GridViewProperties.SettingsDataSecurity | |
| ASP.NET MVC Extensions | GridViewSettings.SettingsDataSecurity |
| MVCxGridViewProperties.SettingsDataSecurity |
Use the ASPxGridView.SettingsDataSecurity property to access the ASPxGridViewDataSecuritySettings class.
In markup:
<dx:ASPxGridView ID="ASPxGridView1" runat="server" >
<SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxGridView>
In code:
ASPxGridView1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridDataSecuritySettings ASPxGridViewDataSecuritySettings BootstrapGridViewDataSecuritySettings
See Also