Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridBoundRow Class / DataCollection Property


In This Topic
    DataCollection Property (GridBoundRow)
    In This Topic
    Gets the collection to which the bound item belongs to.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataCollection As C1.DataCollection.IDataCollection(Of Object)
    'Usage
     
    
    Dim instance As GridBoundRow
    Dim value As C1.DataCollection.IDataCollection(Of Object)
     
    value = instance.DataCollection
    public C1.DataCollection.IDataCollection<object> DataCollection {get;}
    See Also