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


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

    Property Value

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