Back to Devexpress

TcxCustomGridTableItemOptions.Editing Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableitemoptions-7b335a95.md

latest1.2 KB
Original Source

TcxCustomGridTableItemOptions.Editing Property

Specifies if item cells can be edited.

Declaration

delphi
property Editing: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Set this property to False to prohibit end-users from modifying item data. Otherwise, the data can be modified unless you disabled this capability via the following properties:

The default value of the Editing property is True.

See Also

TcxCustomGridTableItemOptions Class

TcxCustomGridTableItemOptions Members

cxGridCustomTableView Unit