C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridGroupSummariesPosition Enumeration
GridGroupSummariesPosition Enumeration
Specifies where to show the group-summaries.
Syntax
public enum GridGroupSummariesPosition : System.Enum 
Members
MemberDescription
BottomThe summaries will be displayed in an extra row at the bottom of the data rows of the group.
GroupThe summaries will be displayed in the group-row.
NoneThe summaries will not be displayed for groups.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Maui.Grid.GridGroupSummariesPosition

See Also