Skip to main content
A newer version of this page is available. .

BootstrapCardViewDataSecuritySettings Class

Provides security settings that allow disabling data modification operations such as editing, inserting, deleting.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v20.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapCardViewDataSecuritySettings :
    ASPxCardViewDataSecuritySettings

The following members return BootstrapCardViewDataSecuritySettings objects:

Remarks

The BootstrapCardViewDataSecuritySettings class contains the settings that allow you to control whether data modification operations such as editing, inserting, deleting are allowed within the BootstrapCardView control.

These settings can be accessed via the BootstrapCardView.SettingsDataSecurity property.

See Also