WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridGroupRow Class / GridGroupRow Constructor / GridGroupRow Constructor(Object,Boolean)
The data item.
Sets whether the row is initially collapsed.
In This Topic
    GridGroupRow Constructor(Object,Boolean)
    In This Topic
    Initializes a new instance of the GridGroupRow class.
    Syntax
    public GridGroupRow( 
       object dataItem,
       bool isCollapsed
    )

    Parameters

    dataItem
    The data item.
    isCollapsed
    Sets whether the row is initially collapsed.
    See Also