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


In This Topic
    DropDownOptions Property (ComboBoxCellType)
    In This Topic
    Gets or sets the drop-down options for displaying the combo box list.
    Syntax
    'Declaration
     
    
    Public Property DropDownOptions As DropDownOptions
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As DropDownOptions
     
    instance.DropDownOptions = value
     
    value = instance.DropDownOptions
    public DropDownOptions DropDownOptions {get; set;}
    See Also