Supplies information about a LoadChildData event that is being raised.
Object
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridLoadChildDataEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a LoadChildData event that is being raised.
public DataGridLoadChildDataEventArgs<T>()Gets or sets the data.
public IEnumerable<T> Data { get; set; }
| Type | Description |
|---|---|
| IEnumerable<T> | Gets or sets the data. |
Gets the item.
public T Item { get; }
| Type | Description |
|---|---|
| T | Gets the item. |