The EditorVisibleEnum type specifies the way the
editor is shown/hidden on the cell. The CellEditorVisible
property specifies whether the cell's editor is visible or hidden. The EditorVisibleEnum
type supports the following values:
Name
Value
Description
exEditorHidden
0
The editor is hidden.
exEditorVisible
1
The editor is always visible.
exEditorVisibleOnFocus
-1
The editor is visible when the cell receives the focus.