TcxCustomGridTableItemOptions.Editing Property
In This Article
Specifies if item cells can be edited.
#Declaration
Delphi
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 item’s Options.Focusing property;
The View’s OptionsData.Editing property;
The View’s OptionsSelection.CellSelect property.
The default value of the Editing property is True.
See Also