[]
Defines the position of the drop down list.
public enum DropdownPositionEnum
Name | Description |
---|---|
DefaultPosition | The dropdown list will open to the right and down. |
LeftDown | The dropdown list will open to the left and down. |
LeftUp | The dropdown list will open to the left and up. |
RightDown | The dropdown list will open to the right and down. |
RightUp | The dropdown list will open to the right and up. |