Enum DropDirection
Represents the DropDirection Enumeration.
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Shared.WPF.dll
Syntax
public enum DropDirection
Fields
| Name | Description |
|---|---|
| BottomLeft | Drop down is opened below and to left side of the owner. |
| BottomRight | Drop down is opened below and to right side of the owner. |
| Left | Drop down is opened to left side of the owner. |
| Right | Drop down is opened to right side of the owner. |
| TopLeft | Drop down is opened above and to left side of the owner. |
| TopRight | Drop down is opened above and to right side of the owner. |