SetDataBinding Method (C1InputPanel)
Sets the DataSource and DataMember properties at run time. Also, may populate the
C1InputPanel with the bound input components.
'Declaration
Public Sub SetDataBinding( _
ByVal As Object, _
ByVal As String, _
ByVal As Boolean _
)
Parameters
- dataSource
- The data source for the C1InputPanel control.
- dataMember
- The DataMember string that specifies the table to bind to within the object returned by the DataSource property.
- populate
- If True, the C1InputPanel will be populated with bound input components.