Back to Devexpress

BootstrapCardViewDataSecuritySettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-bc1e9b8e.md

latest2.3 KB
Original Source

BootstrapCardViewDataSecuritySettings Class

Contains security settings that allow you to disable data modification operations (edit, insert, delete).

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapCardViewDataSecuritySettings :
    ASPxCardViewDataSecuritySettings
vb
Public Class BootstrapCardViewDataSecuritySettings
    Inherits 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.

Inheritance

Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridDataSecuritySettings ASPxCardViewDataSecuritySettings BootstrapCardViewDataSecuritySettings

See Also

BootstrapCardViewDataSecuritySettings Members

SettingsDataSecurity

Card View

DevExpress.Web.Bootstrap Namespace