Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.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
    'Declaration
     
    
    Public Function New( _
       Optional ByVal dataItem As Object, _
       Optional ByVal isCollapsed As Boolean _
    )
    public GridGroupRow( 
       object dataItem,
       bool isCollapsed
    )

    Parameters

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