Table of Contents

Class DataGridCellMouseEventArgs<T>

Namespace
Radzen
Assembly
Radzen.Blazor.dll

Supplies information about a CellContextMenu event that is being raised.

public class DataGridCellMouseEventArgs<T> : MouseEventArgs

Type Parameters

T
Inheritance
DataGridCellMouseEventArgs<T>
Inherited Members

Constructors

DataGridCellMouseEventArgs()

public DataGridCellMouseEventArgs()

Properties

Column

Gets the RadzenDataGridColumn which this cells represents.

public RadzenDataGridColumn<T> Column { get; }

Property Value

RadzenDataGridColumn<T>

Data

Gets the data item which the clicked DataGrid row represents.

public T Data { get; }

Property Value

T