Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridIncrementalLoadingRow Class / Parent Property

In This Topic
    Parent Property (GridIncrementalLoadingRow)
    In This Topic
    Gets the parent group row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As GridGroupRow
    public GridGroupRow Parent {get;}
    See Also