[]
Sets items data source for the C1ComboBox.
public void SetItemsDataSource(object dataSource, int selectedIndex = -1)
Type | Name | Description |
---|---|---|
object | dataSource | the items data source. |
int | selectedIndex | the initially selected item index. |