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


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