[]
        
(Showing Draft Content)

C1.Win.Input.IComboBox.SetItemsDataSource

SetItemsDataSource Method

SetItemsDataSource(object, int)

Sets items data source for the C1ComboBox.

Declaration
void SetItemsDataSource(object dataSource, int selectedIndex = -1)
Parameters
Type Name Description
object dataSource

the items data source.

int selectedIndex

the initially selected item index.