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



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