Back to Devexpress

ASPxCardView.SettingsDataSecurity Property

aspnet-devexpress-dot-web-dot-aspxcardview-93089018.md

latest1.5 KB
Original Source

ASPxCardView.SettingsDataSecurity Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

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

Property Value

TypeDescription
ASPxCardViewDataSecuritySettings

The security settings.

|

Remarks

In markup:

aspx
<dx:ASPxCardView ID="ASPxCardView1" runat="server" >
    <SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxCardView>

In code:

csharp
ASPxCardView1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;

See Also

BackwardCompatibilitySettings

ASPxCardView Class

ASPxCardView Members

DevExpress.Web Namespace