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


In This Topic
    DataSourceID Property (MultiColumnComboBoxCellType)
    In This Topic
    Gets or sets the unique identifier of the data source for the MultiColumnComboBoxCellType.
    Syntax
    'Declaration
     
    
    Public Property DataSourceID As String
    'Usage
     
    
    Dim instance As MultiColumnComboBoxCellType
    Dim value As String
     
    instance.DataSourceID = value
     
    value = instance.DataSourceID
    public string DataSourceID {get; set;}
    Remarks
    DataSourceID is the control ID of an IDataSource that will be used as the data source.
    Example
    This example sets the DataSourceID property.
    See Also