ComponentOne TileControl for WinForms
C1.Win.C1TileControl.4.5.2 Assembly / C1.Win.C1Tile Namespace / C1TileControl Class / DataSource Property

In This Topic
    DataSource Property (C1TileControl)
    In This Topic
    Gets or sets the data source object for the tile control.
    Syntax
    'Declaration
     
    
    Public Property DataSource As Object
    public object DataSource {get; set;}
    See Also