[]
        
(Showing Draft Content)

C1.WPF.DropDownDirection

DropDownDirection Enum

Provides the supported expand directions for the C1ComboBox.

Namespace: C1.WPF
Assembly: C1.WPF.4.6.2.dll
Syntax
public enum DropDownDirection

Fields

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.