Class DataGridLoadChildDataEventArgs<T>
- Namespace
- Radzen
- Assembly
- Radzen.Blazor.dll
Supplies information about a LoadChildData event that is being raised.
public class DataGridLoadChildDataEventArgs<T>
Type Parameters
T
- Inheritance
-
DataGridLoadChildDataEventArgs<T>
- Inherited Members
Constructors
DataGridLoadChildDataEventArgs()
public DataGridLoadChildDataEventArgs()
Properties
Data
Gets or sets the data.
public IEnumerable<T> Data { get; set; }
Property Value
- IEnumerable<T>
The data.
Item
Gets the item.
public T Item { get; }
Property Value
- T
The item.