Provides the supported expand directions for the C1ComboBox.
Namespace:
C1.WPFAssembly: C1.WPF (in C1.WPF.dll)
Syntax
C# |
---|
public enum DropDownDirection |
Visual Basic |
---|
Public Enumeration DropDownDirection |
XAML Attribute Usage |
---|
<object property="enumerationMemberName" .../> |
Members
Member name | Value | Description | |
---|---|---|---|
BelowOrAbove | 0 | Tries to open the drop-down C1ComboBox below the header. If it is not possible tries to open above it. | |
AboveOrBelow | 1 | Tries to open the drop-down C1ComboBox above the header. If it is not possible tries to open below it. | |
ForceBelow | 2 | Forces the drop-down C1ComboBox to open below the header. | |
ForceAbove | 3 | Forces the C1ComboBox content to open above the header. |