DataGridRowClickEventArgs<T>
Event arguments for a grid row click. Mirrors MudBlazor’s DataGridRowClickEventArgs<T>.
Type parameters
Section titled “Type parameters”T— Row item type.
Properties
Section titled “Properties”The clicked row item.
RowIndex
Section titled “RowIndex”Zero-based index of the clicked row within the current page.