Enum
RadDirection

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:

cs-api-definition
public enum RadDirection

Fields

Down

Indicates that the drop-down will be shown on the bottom side of the parent.

Declaration

cs-api-definition
Down = 3

Field Value

RadDirection

Left

Indicates that the drop-down will be shown on the left side of the parent.

Declaration

cs-api-definition
Left = 0

Field Value

RadDirection

Right

Indicates that the drop-down will be shown on the right side of the parent.

Declaration

cs-api-definition
Right = 1

Field Value

RadDirection

Up

Indicates that the drop-down will be shown on the top side of the parent.

Declaration

cs-api-definition
Up = 2

Field Value

RadDirection

In this article
DefinitionFieldsDownLeftRightUp
Not finding the help you need?
Contact Support