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

In This Topic
    DataItem Property (DataGridGroupWithSummaryRow)
    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