ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / MaxDropDownItems Property

In This Topic
    MaxDropDownItems Property (C1Combo)
    In This Topic
    The maximum number of items of in the drop-down portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownItems As Short
    public short MaxDropDownItems {get; set;}
    See Also