ComponentOne DataGrid for WPF and Silverlight
ItemsSource Property (DataGridComboBoxColumn)

C1.Silverlight.DataGrid Namespace > DataGridComboBoxColumn Class : ItemsSource Property
Gets or sets the collection of items that will be displayed in the editing combo as well as in the filter.
Syntax
'Declaration
 
Public Property ItemsSource As System.Collections.IEnumerable
public System.Collections.IEnumerable ItemsSource {get; set;}
Remarks
Use this property in conjunction with DisplayMemberPath and SelectedValuePath to indicate which property value will be displayed and which property value will be set in the data item when an item of the combo box is chosen.
See Also

Reference

DataGridComboBoxColumn Class
DataGridComboBoxColumn Members