Supplies information about a CellRender event that is being raised.
Namespace: Radzen
Assembly: Radzen.Blazor.dll
public class DataGridCellRenderEventArgs<T> : RowRenderEventArgs<T>| Name | Description |
|---|---|
| T | The data item type. |
Supplies information about a CellRender event that is being raised.
public DataGridCellRenderEventArgs<T>()Gets the RadzenDataGridColumn which this cells represents.
public RadzenDataGridColumn<T> Column { get; }
| Type | Description |
|---|---|
| RadzenDataGridColumn<T> | Gets the RadzenDataGridColumn which this cells represents. |