[]
Sets the DataSource and DataMember properties at run time. Also, may populate the C1InputPanel with the bound input components.
public void SetDataBinding(object dataSource, string dataMember, bool populate)
Type | Name | Description |
---|---|---|
object | dataSource | The data source for the C1InputPanel control. |
string | dataMember | The DataMember string that specifies the table to bind to within the object returned by the DataSource property. |
bool | populate | If True, the C1InputPanel will be populated with bound input components. |