Skip to main content

TcxCustomGridTableItemOptions.Editing Property

Specifies if item cells can be edited.

Declaration

property Editing: Boolean read; write; default True;

Property Value

Type Default
Boolean True

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