C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGrid Class / ItemsSource Property


In This Topic
ItemsSource Property (FlexGrid)
In This Topic
Gets or sets the collection of items.
Syntax
'Declaration
 
Public Property ItemsSource As IEnumerable
 
'Usage
 
Dim instance As FlexGrid
Dim value As IEnumerable
 
instance.ItemsSource = value
 
value = instance.ItemsSource
See Also