Version

GroupBySummaryDisplayMode Enumeration

Specifies how summaries are displayed inside each group-by record.
Syntax
'Declaration
 
Public Enum GroupBySummaryDisplayMode 
   Inherits System.Enum
public enum GroupBySummaryDisplayMode : System.Enum 
Members
MemberDescription
DefaultDefault is resolved to Text.
SummaryCellsAlwaysBelowDescriptionEach summary is displayed inside the group-by record as a cell aligned with the associated field. If the group-by record has a description, the summary cells are located below the description.
TextSummaries are displayed as plain text appended to the group-by record description. Each summary is displayed as a column name followed by the summary’s value. Multiple summaries are separated by comma (‘,’) character.
Remarks

GroupBySummaryDisplayMode is used for specifying FieldLayoutSettings.GroupBySummaryDisplayMode property.

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