alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class ParentRowInfo<T>

    Inheritance
    object
    ParentRowInfo<T>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Grids
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ParentRowInfo<T>
    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
    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
    int

    An index representing the row index of the parent row.

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