Skip to main content
Tab

ASPxGridDataSecuritySettings.AllowEdit Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
Boolean true

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

Remarks

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

See Also