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 |
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. |