Table of Contents

Class DataGridCellRenderEventArgs<T>

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a CellRender event that is being raised.

public class DataGridCellRenderEventArgs<T> : RowRenderEventArgs<T>

Type Parameters

T
Inheritance
DataGridCellRenderEventArgs<T>
Inherited Members

Constructors

DataGridCellRenderEventArgs()

public DataGridCellRenderEventArgs()

Properties

Column

Gets the RadzenDataGridColumn which this cells represents.

public RadzenDataGridColumn<T> Column { get; }

Property Value

RadzenDataGridColumn<T>