ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / MaxDropDownHeight Property



In This Topic
    MaxDropDownHeight Property (C1ComboBox)
    In This Topic
    Gets or sets maximum height constraint of the drop-down box.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownHeight As Double
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Double
     
    instance.MaxDropDownHeight = value
     
    value = instance.MaxDropDownHeight
    public double MaxDropDownHeight {get; set;}
    public:
    property double MaxDropDownHeight {
       double get();
       void set (    double value);
    }
    See Also