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



In This Topic
    MaxDropDownItems Property
    In This Topic
    Obsolete. Use MaxDropDownHeight.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Use MaxDropDownHeight")>
    Public Property MaxDropDownItems As Integer
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Integer
     
    instance.MaxDropDownItems = value
     
    value = instance.MaxDropDownItems
    [Obsolete("Use MaxDropDownHeight")]
    public int MaxDropDownItems {get; set;}
    [Obsolete("Use MaxDropDownHeight")]
    public:
    property int MaxDropDownItems {
       int get();
       void set (    int value);
    }
    See Also