FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupSummariesPosition Enumeration

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

    See Also