RadDirection
Enum
Defines the direction in which the drop-down window will be shown relative to its parent.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum RadDirection
Fields
Indicates that the drop-down will be shown on the bottom side of the parent.
C#
Down = 3
Indicates that the drop-down will be shown on the left side of the parent.
C#
Left = 0
Indicates that the drop-down will be shown on the right side of the parent.
C#
Right = 1
Indicates that the drop-down will be shown on the top side of the parent.
C#
Up = 2