Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ComboBoxCellType Class / MaxDrop Property


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