Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / MultiColumnEditor Class / DataSourceID Property


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