ComponentOne True DBGrid for .NET (2.0) Search HelpCentral 

C1TrueDBGrid.DataSource Property

Gets or sets the source containing a list of values used to populate the items within the control.

[Visual Basic]

Public Property DataSource As Object

[C#]

public object DataSource {get;set;}

[Delphi]

public property DataSource: Object read get_DataSource write set_DataSource;

Remarks

The DataSource property specifies the list of values used to bind a C1TrueDBGrid or C1TrueDBDropdown control.

Example

For an example using the DataSource property, see Tutorial 2 - Using True DBGrid with SQL Query Results.

See Also

C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.