[]
        
(Showing Draft Content)

C1.Win.C1InputPanel.C1InputPanel.SetDataBinding

SetDataBinding Method

SetDataBinding(object, string, bool)

Sets the DataSource and DataMember properties at run time. Also, may populate the C1InputPanel with the bound input components.

Declaration
public void SetDataBinding(object dataSource, string dataMember, bool populate)
Parameters
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.