'Declaration Public Sub SetDataBinding( _ ByVal dataSource As Object, _ ByVal dataMember As String, _ ByVal populate As Boolean _ )
public void SetDataBinding( object dataSource, string dataMember, bool populate )
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.