Class DetailDataBoundEventArgs<T>
Provides information about an DetailDataBound event.
Inherited Members
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class DetailDataBoundEventArgs<T> : GridEventBaseArgs
Type Parameters
Name |
---|
T |
Constructors
DetailDataBoundEventArgs()
Declaration
public DetailDataBoundEventArgs()
Properties
Data
Gets the data of the currently selected row.
Declaration
public T Data { get; }
Property Value
Type | Description |
---|---|
T | The data of the currently selected row as a type parameter of the class. |
DetailElement
Defines the details row element.
Declaration
public DOM DetailElement { get; set; }
Property Value
Type |
---|
DOM |