Version

GroupSummaryDisplayMode Enumeration

Indicates how summaries are displayed inside groups.
Syntax
public enum GroupSummaryDisplayMode : System.Enum 
Members
MemberDescription
CellsThe group header is rendered as cells and summary values are rendered inside the cells aligned with their column.
ListGroup summaries are displayed in a flat list in the spanning group header.
NoneNo summaries are displayed in the group.
RowBottomGroup summaries are displayed as summary rows at the bottom of the group.
RowTopGroup summaries are displayed as summary rows at the top of the group.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also