ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridGroupRowPosition Enumeration

In This Topic
    DataGridGroupRowPosition Enumeration
    In This Topic
    Determine the position of the group row.
    Syntax
    'Declaration
     
    
    Public Enum DataGridGroupRowPosition 
       Inherits System.Enum
    public enum DataGridGroupRowPosition : System.Enum 
    Members
    MemberDescription
    AboveDataThe group row will be displayed above the items of the row.
    BelowDataThe group row will be displayed below the items of the row.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.DataGrid.DataGridGroupRowPosition

    See Also