ComponentOne List for WinForms
C1.Win.C1List Namespace / C1List Class / DataSource Property

In This Topic
    DataSource Property (C1List)
    In This Topic
    Specifies the data source object used to bind the control to.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    public object DataSource {get; set;}
    See Also