[]
Provides the supported expand directions for the C1ComboBox.
public enum DropDownDirection
Name | 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 drop-down C1ComboBox to open above the header. |
ForceBelow | Forces the drop-down C1ComboBox to open below the header. |