DataGridLoadChildDataEventArgs<T> Class

Supplies information about a LoadChildData event that is being raised.

Inheritance

Object

DataGridLoadChildDataEventArgs<T>

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridLoadChildDataEventArgs<T>

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridLoadChildDataEventArgs<T>link

Supplies information about a LoadChildData event that is being raised.

Declaration
public DataGridLoadChildDataEventArgs<T>()

Properties

Datalink

Gets or sets the data.

Declaration
public IEnumerable<T> Data { get; set; }
Property Value
Type Description
IEnumerable<T>Gets or sets the data.

Itemlink

Gets the item.

Declaration
public T Item { get; }
Property Value
Type Description
TGets the item.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙