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

ASPxGridDataSecuritySettings.AllowInsert Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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

Property Paths

You can access this nested property as listed below:

Remarks

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

See Also