ComponentOne FlexGrid for WPF and Silverlight
ItemsSource Property (C1FlexGrid)

C1.WPF.FlexGrid Namespace > C1FlexGrid 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
The collection must implement the System.Collections.IEnumerable interface.
See Also

Reference

C1FlexGrid Class
C1FlexGrid Members