Class DetailsExpandedEventArgs<T>
Provides information about an DetailsExpanded event.
Inheritance
System.Object
DetailsExpandedEventArgs<T>
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DetailsExpandedEventArgs<T> : GridEventBaseArgs
Type Parameters
Name | Description |
---|---|
T | TValue of grid component. |
Constructors
DetailsExpandedEventArgs()
Declaration
public DetailsExpandedEventArgs()
Properties
Data
Gets the expanded row data.
Declaration
public T Data { get; }
Property Value
Type | Description |
---|---|
T | The expanded row data as a type parameter of the class. |
RowIndex
Gets the row index of the expanded row.
Declaration
public int RowIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 | The row index of the expanded row as an integer. |