Back to Devexpress

BootstrapGridView.SettingsDataSecurity Property

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

latest1.7 KB
Original Source

BootstrapGridView.SettingsDataSecurity Property

Provides access to the BootstrapGridView’s security settings that allow you to enable or disable data modification operations such as editing, inserting and deleting.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapGridViewDataSecuritySettings SettingsDataSecurity { get; }
vb
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property SettingsDataSecurity As BootstrapGridViewDataSecuritySettings

Property Value

TypeDescription
BootstrapGridViewDataSecuritySettings

A BootstrapGridViewDataSecuritySettings object containing data security settings.

|

See Also

Data Editing

Grid View

BootstrapGridView Class

BootstrapGridView Members

DevExpress.Web.Bootstrap Namespace