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


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

    Property Value

    String containing the data source identifier
    Example
    This example binds data to a combobox.
    See Also