ComponentOne Xamarin.iOS
ItemsSource Property (GridDataMap)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridDataMap Class : ItemsSource Property
Gets or sets the collection of items to map.
Syntax
'Declaration
 
Public Property ItemsSource As IEnumerable
'Usage
 
Dim instance As GridDataMap
Dim value As IEnumerable
 
instance.ItemsSource = value
 
value = instance.ItemsSource
public IEnumerable ItemsSource {get; set;}
See Also

Reference

GridDataMap Class
GridDataMap Members