Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / MultiColumnComboBoxCellType Class / DataSourceList Property


In This Topic
    DataSourceList Property
    In This Topic
    Gets or sets the data source for the list portion of the combo box.
    Syntax
    'Declaration
     
    
    Public Property DataSourceList As Object
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As Object
     
    instance.DataSourceList = value
     
    value = instance.DataSourceList
    public object DataSourceList {get; set;}
    See Also