C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupSummariesPosition Enumeration

GridGroupSummariesPosition Enumeration
Specifies where to show the group-summaries.
Syntax
'Declaration
 
Public Enum GridGroupSummariesPosition 
   Inherits 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.WPF.Grid.GridGroupSummariesPosition

See Also