'Declaration Public Enum GroupBySummaryDisplayMode Inherits System.Enum
public enum GroupBySummaryDisplayMode : System.Enum
Member | Description |
---|---|
Default | Default is resolved to Text. |
SummaryCellsAlwaysBelowDescription | Each 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. |
Text | Summaries 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. |
GroupBySummaryDisplayMode is used for specifying FieldLayoutSettings.GroupBySummaryDisplayMode property.
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