Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcComboBox Class / MaxDropDownItems Property


In This Topic
    MaxDropDownItems Property (GcComboBox)
    In This Topic
    Gets or sets the maximum number of items to be shown in the drop-down portion of the GcComboBox.
    Syntax
    'Declaration
     
    
    Public Property MaxDropDownItems As Integer
    'Usage
     
    
    Dim instance As GcComboBox
    Dim value As Integer
     
    instance.MaxDropDownItems = value
     
    value = instance.MaxDropDownItems
    public int MaxDropDownItems {get; set;}

    Property Value

    The maximum number of items of in the drop-down portion. The minimum for this property is 1 and the maximum is 100.
    Exceptions
    ExceptionDescription
    The maximum number is set less than one or greater than 100.
    See Also