FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / GroupRow Class
Members

In This Topic
    GroupRow Class
    In This Topic
    Represents a row that serves as a header for a group of rows.
    Object Model
    GroupRow Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    Public Class GroupRow 
       Inherits Row
    [DefaultMember("Item")]
    public class GroupRow : Row 
    Remarks
    Group rows are automatically shown by the C1FlexGrid when the System.ComponentModel.ICollectionView used as a data source contains grouped data and the grid's GroupRowPosition property is not None.
    Inheritance Hierarchy

    System.Object
       C1.WPF.FlexGrid.RowCol
          C1.WPF.FlexGrid.Row
             C1.WPF.FlexGrid.GroupRow
                C1.WPF.FlexGrid.ExcelRow

    See Also