[]
        
(Showing Draft Content)

C1.Win.Input.C1ComboBox.SetItemsDataSource

SetItemsDataSource Method

SetItemsDataSource(object, int)

Sets items data source for the C1ComboBox.

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

the items data source.

int selectedIndex

the initially selected item index.

Implements