[]
Provides the supported expand directions for the C1.WPF.C1ComboBox.
public enum DropDownDirection
| Name | Description |
|---|---|
| AboveOrBelow | Tries to open the drop-down C1.WPF.C1ComboBox above the header. If it is not possible tries to open below it. |
| BelowOrAbove | Tries to open the drop-down C1.WPF.C1ComboBox below the header. If it is not possible tries to open above it. |
| ForceAbove | Forces the drop-down C1.WPF.C1ComboBox to open above the header. |
| ForceBelow | Forces the drop-down C1.WPF.C1ComboBox to open below the header. |