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.
See Also
C1TrueDBDropdown Class | C1TrueDBDropdown Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |