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(IList) to set a new IList source.