EnumDropDownPosition
Enum
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.
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.