Enum EditorVisualMode
Defines how the editor will be positioned relatively to the edited container
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
[Flags]
public enum EditorVisualMode
Default
Usually this means that the editor is positioned explicitly by the edited containers's logic. Also it is used as a default initialization value.
Dropdown
Editor is positioned inside a popup control which is positioned vertically under the edited container. Usually it is recommended to use this option for medium to large-sized editors, like calendars, custom controls and panels, radiobutton lists, checkbox groups, etc.
Inline
Editor is positioned inline, inside of the editor container, and logically resides in container's children hierarchy. Usually it is recommended to use this option for compact-sized editors, like textboxes, comboboxes, mask editors, checkboxes, etc.