Provides the supported expand directions for the C1ComboBox.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public enum DropDownDirection |
Visual Basic |
---|
Public Enumeration DropDownDirection |
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. |