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