Version

ItemsSource Property

Specifies the collection from which to populate the drop-down of XamComboEditors associated with this field.
Syntax
'Declaration
 
Public Property ItemsSource As IEnumerable
public IEnumerable ItemsSource {get; set;}
Remarks

Note: An Infragistics.Windows.Editors.ComboBoxItemsProvider instance will automatically be created to wrap the ItemsSource to optimize access to the drop down items.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also