Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / MaxDrop Property


In This Topic
    MaxDrop Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets the maximum number of items to display at one time in the list.
    Syntax
    'Declaration
     
    
    Public Property MaxDrop As Integer
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Integer
     
    instance.MaxDrop = value
     
    value = instance.MaxDrop
    public int MaxDrop {get; set;}
    See Also