Represents a row that serves as a header for a group of rows.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public class GroupRow : Row
Visual Basic
Public Class GroupRow _
	Inherits Row

Remarks

Group rows are automatically shown by the C1FlexGrid when the ICollectionView used as a data source contains grouped data and the grid's ShowGroups property is set to true.

Inheritance Hierarchy

System..::..Object
  C1.Silverlight.FlexGrid..::..RowCol
    C1.Silverlight.FlexGrid..::..Row
      C1.Silverlight.FlexGrid..::..GroupRow

See Also