TcxCustomGridTableItem.Editing Property
Specifies whether the current item is in edit mode.
Declaration
property Editing: Boolean read; write;
Property Value
Type |
---|
Boolean |
Remarks
This property specifies the edit status of the item. If Editing is set to True, the cell corresponding to the item is in edit mode. You can prohibit an end-user from activating this mode using any of the following methods:
Set the item’s Options.Editing and/or Options.Focusing properties to False;
Set Editing of the View’s OptionsData property to False;
Set CellSelect of the View’s OptionsSelection property to False.
See Also