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