menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParentRowInfo<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ParentRowInfo<T>

    Inheritance
    System.Object
    ParentRowInfo<T>
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ParentRowInfo<T> : Object
    Type Parameters
    Name
    T

    Constructors

    ParentRowInfo()

    Declaration
    public ParentRowInfo()

    Properties

    Columns

    Gets the columns of the parent grid.

    Declaration
    public List<GridColumn> Columns { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<GridColumn>

    A list of GridColumn objects representing the columns of the parent grid.

    Data

    Gets the row data associated with the parent row.

    Declaration
    public T Data { get; }
    Property Value
    Type Description
    T

    A T instance representing the row data associated with the parent row. This data facilitates the establishment of a parent-child relationship.

    Index

    Gets the row index of the parent row.

    Declaration
    public int Index { get; }
    Property Value
    Type Description
    System.Int32

    An index representing the row index of the parent row.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved