New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support