ComponentOne FlexGrid for UWP
GroupRow Class
Members 

C1.UWP.FlexGrid Assembly > C1.Xaml.FlexGrid Namespace : GroupRow Class
Represents a row that serves as a header for a group of rows.
Object Model
GroupRow Class
Syntax
'Declaration
 
Public Class GroupRow 
   Inherits Row
public class GroupRow : Row 
Remarks
Group rows are automatically shown by the C1FlexGrid when the Windows.UI.Xaml.Data.ICollectionView used as a data source contains grouped data and the grid's GroupRowPosition property is not None.
Inheritance Hierarchy

System.Object
   C1.Xaml.FlexGrid.RowCol
      C1.Xaml.FlexGrid.Row
         C1.Xaml.FlexGrid.GroupRow

See Also

Reference

GroupRow Members
C1.Xaml.FlexGrid Namespace