ComponentOne DataGrid for WPF and Silverlight
ItemsSource Property (C1DataGrid)

C1.Silverlight.DataGrid Namespace > C1DataGrid Class : ItemsSource Property
Gets or sets a collection that is used to generate the content of the control.
Syntax
'Declaration
 
Public Property ItemsSource As System.Collections.IEnumerable
public System.Collections.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

Reference

C1DataGrid Class
C1DataGrid Members