ComponentOne Xamarin.iOS
CollectionView Property (C1ComboBox)


C1.iOS.Input Assembly > C1.iOS.Input Namespace > C1ComboBox Class : CollectionView Property
Gets the C1CollectionView object used as the items source.
Syntax
'Declaration
 
Public ReadOnly Property CollectionView As ICollectionView(Of Object)
'Usage
 
Dim instance As C1ComboBox
Dim value As ICollectionView(Of Object)
 
value = instance.CollectionView
public ICollectionView<object> CollectionView {get;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members