ComponentOne True DBGrid for WinForms
DataSource Property

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid.BaseGrid Namespace > Frame Class : DataSource Property
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

Reference

Frame Class
Frame Members