Version

SummaryRecordPresenter Class

Element that represents a SummaryRecord.
Syntax
'Declaration
 
Public Class SummaryRecordPresenter 
   Inherits RecordPresenter
   Implements Infragistics.Windows.Selection.ISelectableElement 
public class SummaryRecordPresenter : RecordPresenter, Infragistics.Windows.Selection.ISelectableElement  
Remarks

SummaryRecordPresenter represents a SummaryRecord. It contains one or more SummaryCellPresenter elements for each field that has summaries that need to be displayed in the summary record. Each SummaryCellPresenter in turn can contain one or more SummaryResultPresenter to represent summaries associated with the field.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also