ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridComboBoxColumn Class / ItemsSource Property

In This Topic
    ItemsSource Property (DataGridComboBoxColumn)
    In This Topic
    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 IEnumerable
    public 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