Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1ComboBox Class / DropDownDirection Property

In This Topic
    DropDownDirection Property (C1ComboBox)
    In This Topic
    Specifies the expand direction of the C1ComboBox drop down.
    Syntax
    'Declaration
     
    
    Public Property DropDownDirection As DropDownDirection
    public DropDownDirection DropDownDirection {get; set;}
    See Also