ComponentOne DataGrid for WPF and Silverlight
DataGridGroupRowPosition Enumeration

C1.WPF.DataGrid Namespace : DataGridGroupRowPosition Enumeration
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

Reference

C1.WPF.DataGrid Namespace