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