ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / IComboBox Interface / MaxDropDownItems Property

In This Topic
    MaxDropDownItems Property (IComboBox)
    In This Topic
    Gets or sets the maximum number of items to be shown in the drop-down portion of the C1ComboBox.
    Syntax
    'Declaration
     
    
    Property MaxDropDownItems As Integer
    int MaxDropDownItems {get; set;}
    See Also