Enum
EditorVisualMode

Defines how the editor will be positioned relatively to the edited container

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
[Flags]
public enum EditorVisualMode

Fields

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.

Declaration

cs-api-definition
Default = 2

Field Value

EditorVisualMode

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.

Declaration

cs-api-definition
Dropdown = 1

Field Value

EditorVisualMode

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.

Declaration

cs-api-definition
Inline = 0

Field Value

EditorVisualMode

In this article
DefinitionFieldsDefaultDropdownInline
Not finding the help you need?
Contact Support