TcxCustomGridTableOptionsData.Editing Property
Determines whether a user can edit records within a View.
Declaration
property Editing: Boolean read; write; default True;
Property Value
Type | Default |
---|---|
Boolean | True |
Remarks
Use this property to determine whether a user can edit records within a View. This property is not in effect if the GridTableOptionsSelection.CellSelect property value is False.
The default value of the Editing property is True.
See Also