ASPxGridDataSecuritySettings.AllowInsert Property
Specifies whether data item (row, card or record) inserting is allowed in the grid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
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