Skip to main content

BootstrapGridViewDataSecuritySettings.AllowEdit Property

Specifies whether row editing is allowed in the grid.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(false)]
public override bool AllowEdit { get; set; }

Property Value

Type Default Description
Boolean false

true, to allow data row editing operations; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowEdit
BootstrapGridView
.SettingsDataSecurity .AllowEdit

Remarks

By default, all data editing operations are disabled for the Bootstrap Grid View control, which means that data rows cannot be inserted, updated or deleted either by an end-user or programmatically. Use the AllowEdit property to enable editing of existing data rows.

See Also