alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class CellClickEventArgs

    The cell click event arguments provides the necessary information about the cell clicked in the pivot table.

    Inheritance
    object
    CellClickEventArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CellClickEventArgs

    Constructors

    CellClickEventArgs()

    Declaration
    public CellClickEventArgs()

    Properties

    CurrentCell

    Defines the cell element that is clicked.

    Declaration
    [JsonPropertyName("currentCell")]
    public DOM CurrentCell { get; set; }
    Property Value
    Type
    DOM

    Data

    Defines the cell item that is clicked.

    Declaration
    [JsonPropertyName("data")]
    public AxisSet Data { get; set; }
    Property Value
    Type
    AxisSet

    NativeEvent

    Defines the native event properties.

    Declaration
    [JsonPropertyName("nativeEvent")]
    public MouseEventArgs NativeEvent { get; set; }
    Property Value
    Type Description
    MouseEventArgs

    A MouseEventArgs object that represents the native event properties.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved