BootstrapCardView.SettingsDataSecurity Property
Provides access to the Card View’s security settings that allow you to disable data modification operations (edit, insert, delete).
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapCardViewDataSecuritySettings SettingsDataSecurity { get; }
Property Value
Type | Description |
---|---|
BootstrapCardViewDataSecuritySettings | A BootstrapCardViewDataSecuritySettings object containing data security settings. |
See Also