WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridGroupRowPosition Enumeration
In This Topic
    GridGroupRowPosition Enumeration
    In This Topic
    Specifies where to place the group rows used to delimit data groups.
    Syntax
    public enum GridGroupRowPosition : System.Enum 
    Members
    MemberDescription
    AboveDataPlace group rows above the data.
    BelowDataPlace group rows below the data.
    NoneDo not show group rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WinUI.Grid.GridGroupRowPosition

    See Also