C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / C1FlexGrid Class / ItemsSource Property

In This Topic
ItemsSource Property (C1FlexGrid)
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
 
Remarks
The collection must implement the System.Collections.IEnumerable interface.
See Also