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

BootstrapGridViewDataSecuritySettings.AllowDelete Property

Specifies whether row deletion is allowed in the grid.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Default Description
Boolean **false**

true, to allow row deletion operations; otherwise, false.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowDelete
BootstrapGridView
.SettingsDataSecurity.AllowDelete

Remarks

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

See Also