ASPxCardViewDataSecuritySettings Class
In This Article
Contains security settings that allow you to disable data operations in the ASPxCardView.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class ASPxCardViewDataSecuritySettings :
ASPxGridDataSecuritySettings
#Related API Members
The following members return ASPxCardViewDataSecuritySettings objects:
Library | Related API Members |
---|---|
ASP. |
ASPx |
ASP. |
Card |
#Remarks
Use the ASPxCardView.SettingsDataSecurity property to access the ASPxCardViewDataSecuritySettings class.
In markup:
<dx:ASPxCardView ID="ASPxCardView1" runat="server" >
<SettingsDataSecurity AllowReadUnlistedFieldsFromClientApi="True" />
</dx:ASPxCardView>
In code:
ASPxCardView1.SettingsDataSecurity.AllowReadUnlistedFieldsFromClientApi = DefaultBoolean.True;
#Implements
#Inheritance
Object
StateManager
PropertiesBase
ASPxGridSettingsBase
ASPxGridDataSecuritySettings
ASPxCardViewDataSecuritySettings
See Also