ComponentOne FinancialChart for WPF
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
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As DropDownDirection
     
    instance.DropDownDirection = value
     
    value = instance.DropDownDirection
    public DropDownDirection DropDownDirection {get; set;}
    public:
    property DropDownDirection DropDownDirection {
       DropDownDirection get();
       void set (    DropDownDirection value);
    }
    See Also