DataGridCellMouseEventArgs<T> Class

Supplies information about a CellContextMenu event that is being raised.

Inheritance

Object

EventArgs

MouseEventArgs

DataGridCellMouseEventArgs<T>

Inherited Members

MouseEventArgs.Detail

MouseEventArgs.ScreenX

MouseEventArgs.ScreenY

MouseEventArgs.ClientX

MouseEventArgs.ClientY

MouseEventArgs.OffsetX

MouseEventArgs.OffsetY

MouseEventArgs.PageX

MouseEventArgs.PageY

MouseEventArgs.MovementX

MouseEventArgs.MovementY

MouseEventArgs.Button

MouseEventArgs.Buttons

MouseEventArgs.CtrlKey

MouseEventArgs.ShiftKey

MouseEventArgs.AltKey

MouseEventArgs.MetaKey

MouseEventArgs.Type

EventArgs.Empty

Namespace: Radzen

Assembly: Radzen.Blazor.dll

Syntax

public class DataGridCellMouseEventArgs<T> : MouseEventArgs

Type Parameters

Name Description
TThe data item type.

Constructors

DataGridCellMouseEventArgs<T>link

Supplies information about a CellContextMenu event that is being raised.

Declaration
public DataGridCellMouseEventArgs<T>()

Properties

Columnlink

Gets the RadzenDataGridColumn which this cells represents.

Declaration
public RadzenDataGridColumn<T> Column { get; }
Property Value
Type Description
RadzenDataGridColumn<T>Gets the RadzenDataGridColumn which this cells represents.

Datalink

Gets the data item which the clicked DataGrid row represents.

Declaration
public T Data { get; }
Property Value
Type Description
TGets the data item which the clicked DataGrid row represents.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙