Enum
DropDownPosition

Specifies the position of the drop-down menu relative to its content.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public enum DropDownPosition

Fields

LeftContent

The drop-down is positioned in the left content area.

Declaration

cs-api-definition
LeftContent = 1

Field Value

DropDownPosition

Popup

The drop-down is displayed as a popup.

Declaration

cs-api-definition
Popup = 4

Field Value

DropDownPosition

RightContent

The drop-down is positioned in the right content area.

Declaration

cs-api-definition
RightContent = 2

Field Value

DropDownPosition

RightPopupContent

The drop-down is positioned in the right popup content area.

Declaration

cs-api-definition
RightPopupContent = 3

Field Value

DropDownPosition

Unknown

The position is unknown or not set.

Declaration

cs-api-definition
Unknown = 0

Field Value

DropDownPosition