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

In This Topic
    ItemsSource Property (C1DataGrid)
    In This Topic
    Gets or sets a collection that is used to generate the content of the control.
    Syntax
    'Declaration
     
    
    Public Property ItemsSource As IEnumerable
    public IEnumerable ItemsSource {get; set;}
    Remarks
    If the collection passed in is a System.ComponentModel.ICollectionView, the group, filter, and sort operations will be delegated to it.
    See Also