Enum RadDirection
Defines the direction in which the drop-down window will be shown relative to its parent.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum RadDirection
Remarks
This enumeration is used in such controls like menus, combo boxes, etc. for example.
Down
Indicates that the drop-down will be shown on the bottom side of the parent.
Left
Indicates that the drop-down will be shown on the left side of the parent.
Right
Indicates that the drop-down will be shown on the right side of the parent.
Up
Indicates that the drop-down will be shown on the top side of the parent.