Skip to main content

CardViewSettings.SettingsDataSecurity Property

Provides access to the CardView’s security settings that allow you to disable data modification operations (edit, insert, delete).

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public ASPxCardViewDataSecuritySettings SettingsDataSecurity { get; }

Property Value

Type Description
ASPxCardViewDataSecuritySettings

A ASPxCardViewDataSecuritySettings object containing data security settings.

See Also