'Declaration
Public Enum DropdownPositionEnum Inherits System.Enum
public enum DropdownPositionEnum : System.Enum
'Declaration
Public Enum DropdownPositionEnum Inherits System.Enum
public enum DropdownPositionEnum : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.List.DropdownPositionEnum