Method SetSource
SetSource<T>(ObservableCollection<T>)
Sets the source of the ComboBox to an ObservableCollection<T>.
public void SetSource<T>(ObservableCollection<T> source)
Parameters
source
ObservableCollection<T>
Type Parameters
T
Remarks
Use the Source property to set a new IListDataSource source and use custom rendering.