Property Source
Source
Gets or sets the IListDataSource backing this ComboBox, enabling custom rendering.
public IListDataSource Source { get; set; }
Property Value
- IListDataSource
The source.
Remarks
Use SetSource<T>(ObservableCollection<T>) to set a new ObservableCollection<T> source.