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

In This Topic
    Presenter Property (DataGridGroupWithSummaryRow)
    In This Topic
    Gets the visual element that represent this row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Presenter As DataGridRowPresenter
    public DataGridRowPresenter Presenter {get;}
    See Also