Back to Devexpress

ASPxGridView.SettingsDataSecurity Property

aspnet-devexpress-dot-web-dot-aspxgridview-57816a86.md

latest1.5 KB
Original Source

ASPxGridView.SettingsDataSecurity Property

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

Declaration

csharp
public ASPxGridViewDataSecuritySettings SettingsDataSecurity { get; }
vb
Public ReadOnly Property SettingsDataSecurity As ASPxGridViewDataSecuritySettings

Property Value

TypeDescription
ASPxGridViewDataSecuritySettings

The security settings.

|

Remarks

In markup:

aspx
<dx:ASPxGridView ID="ASPxGridView1" runat="server" >
    <SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxGridView>

In code:

csharp
ASPxGridView1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;

See Also

BackwardCompatibilitySettings

ASPxGridView Class

ASPxGridView Members

DevExpress.Web Namespace