Skip to main content
A newer version of this page is available. .

TcxGridTableDataCellViewInfo.Editing Property

Indicates whether the cell is being edited.

Declaration

property Editing: Boolean read;

Property Value

Type
Boolean

Remarks

Use the Editing property to determine whether a cell is in edit mode. If the property value is True then the cell is being edited, otherwise not.

If the cell is being edited at the moment, its bound editor will be displayed independently of whether custom painting is performed. Thus, if the Editing property returns True, you don’t need to perform cell painting since it will be overridden anyway.

See Also