'Declaration
Public Enum DropDownDirection Inherits System.Enum
public enum DropDownDirection : System.Enum
'Declaration
Public Enum DropDownDirection Inherits System.Enum
public enum DropDownDirection : System.Enum
Member | Description |
---|---|
AboveOrBelow | Tries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it. |
BelowOrAbove | Tries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it. |
ForceAbove | Forces the C1ComboBox content to open above the header. |
ForceBelow | Forces the drop-down C1ComboBox to open below the header. |
System.Object
System.ValueType
System.Enum
C1.Silverlight.DropDownDirection