Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRow Class / DataItem Property


In This Topic
    DataItem Property (GridRow)
    In This Topic
    Gets the data item.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property DataItem As Object
    'Usage
     
    
    Dim instance As GridRow
    Dim value As Object
     
    value = instance.DataItem
    public virtual object DataItem {get;}
    See Also