aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6e694ba5.md
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
public class BootstrapGridViewDataSecuritySettings :
ASPxGridViewDataSecuritySettings
Public Class BootstrapGridViewDataSecuritySettings
Inherits ASPxGridViewDataSecuritySettings
The following members return BootstrapGridViewDataSecuritySettings objects:
The BootstrapGridViewDataSecuritySettings class contains the settings that allow you to control whether data modification operations such as editing, inserting, deleting are allowed within the Grid View control.
These settings can be accessed via the BootstrapGridView.SettingsDataSecurity property.
Object StateManager PropertiesBase ASPxGridSettingsBase ASPxGridDataSecuritySettings ASPxGridViewDataSecuritySettings BootstrapGridViewDataSecuritySettings
See Also