Skip to main content

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:

See Also