Back to Devexpress

CardViewSettings.SettingsDataSecurity Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-cardviewsettings-7daf3216.md

latest1.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web.Mvc5

Declaration

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

Property Value

TypeDescription
ASPxCardViewDataSecuritySettings

A ASPxCardViewDataSecuritySettings object containing data security settings.

|

See Also

CardViewSettings Class

CardViewSettings Members

DevExpress.Web.Mvc Namespace