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

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