Enum DropDownPosition
Specifies the position of the drop-down menu relative to its content.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum DropDownPosition
LeftContent
The drop-down is positioned in the left content area.
Popup
The drop-down is displayed as a popup.
RightContent
The drop-down is positioned in the right content area.
RightPopupContent
The drop-down is positioned in the right popup content area.
Unknown
The position is unknown or not set.