Demos About Radzen
Search Results for

    Show / Hide Table of Contents

    Class DataGridCellMouseEventArgs<T>

    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
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Radzen
    Assembly: Radzen.Blazor.dll
    Syntax
    public class DataGridCellMouseEventArgs<T> : MouseEventArgs
    Type Parameters
    Name Description
    T

    Constructors

    DataGridCellMouseEventArgs()

    Supplies information about a CellContextMenu event that is being raised.

    Declaration
    public DataGridCellMouseEventArgs()

    Properties

    Column

    Gets the RadzenDataGridColumn which this cells represents.

    Declaration
    public RadzenDataGridColumn<T> Column { get; }
    Property Value
    Type Description
    RadzenDataGridColumn<T>

    Data

    Gets the data item which the clicked DataGrid row represents.

    Declaration
    public T Data { get; }
    Property Value
    Type Description
    T

    Introducing Radzen Blazor Studio

    Radzen Blazor Studio is a software development environment that empowers developers to design, build and deploy Blazor applications without the traditional hurdles. Write less code and get more done.

    Learn More

    Download Now
    Download Now
    In This Article
    Back to top Radzen Blazor Components, © 2018-2025 Radzen. Source Code licensed under MIT