ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridRow Class / DataItem Property

In This Topic
    DataItem Property (DataGridRow)
    In This Topic
    Gets the data of the row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DataItem As Object
    public object DataItem {get;}

    Property Value

    The data of the row.
    See Also