Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ComboBoxCellType Class / DataSource Property
Example


In This Topic
    DataSource Property (ComboBoxCellType)
    In This Topic
    Gets or sets the data source for the combo box.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    'Usage
     
    
    Dim instance As ComboBoxCellType
    Dim value As Object
     
    instance.DataSource = value
     
    value = instance.DataSource
    public object DataSource {get; set;}

    Property Value

    Object containing the data source
    Example
    This example uses a DataSet to populate the combobox.
    See Also