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

ASPxGridDataSecuritySettings.AllowDelete Property

Specifies whether data item (row, card or record) deletion is allowed in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public virtual bool AllowDelete { get; set; }

Property Value

Type Default Description
Boolean **true**

true, to allow data item delete operations; otherwise, false.

Property Paths

You can access this nested property as listed below:

Show 16 property paths

Remarks

Use the AllowDelete property to disable data item (row, card or record) deletion in the grid if required. If this property set to false, data items cannot be deleted either by an end-user or programmatically by the control’s API.

See Also