Back to Devexpress

ASPxVerticalGrid.SettingsDataSecurity Property

aspnet-devexpress-dot-web-dot-aspxverticalgrid-234a973c.md

latest1.6 KB
Original Source

ASPxVerticalGrid.SettingsDataSecurity Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ASPxVerticalGridDataSecuritySettings

The security settings.

|

Remarks

In markup:

aspx
<dx:ASPxVerticalGrid ID="ASPxVerticalGrid1" runat="server" >
    <SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxVerticalGrid>

In code:

csharp
ASPxVerticalGrid1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;

See Also

BackwardCompatibilitySettings

ASPxVerticalGrid Class

ASPxVerticalGrid Members

DevExpress.Web Namespace