True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / DataSource Property

In This Topic
    DataSource Property (Frame)
    In This Topic
    Gets or sets the source containing a list of values used to populate the items within the control.
    Syntax
    'Declaration
     
    Public Property DataSource As System.Object
    public System.object DataSource {get; set;}
    Remarks
    The DataSource property specifies the list of values used to bind a C1.Win.C1TrueDBGrid.C1TrueDBGrid or C1.Win.C1TrueDBGrid.C1TrueDBDropdown control.
    See Also