constants EditorVisibleEnum
The EditorVisibleEnum type specifies the way the control shows the field's editor. The EnsureVisibleEnum type support 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.