alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class CellClickEventArgs

    Defines the CellClickEventArgs.

    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.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CellClickEventArgs

    Constructors

    CellClickEventArgs()

    Declaration
    public CellClickEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type Description
    bool

    true, if the event action can be canceled. Otherwise, false.

    CellElement

    Defines current clicked cell element.

    Declaration
    public ElementReference? CellElement { get; set; }
    Property Value
    Type Description
    ElementReference?

    An ElementReference object that represents the current clicked cell element.

    HasRightClicked

    Specifies whether a right mouse click action is performed on the HeatMap cell.

    Declaration
    public bool HasRightClicked { get; }
    Property Value
    Type Description
    bool

    true, if the right mouse click action is performed. Otherwise, false.

    Remarks

    This property is used to determine whether a right mouse click was performed on a HeatMap cell.

    Value

    Defines current clicked cell value.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    double

    Accepts a double value that represents the value of the current clicked cell.

    X

    Specifies X value.

    Declaration
    public string X { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    XLabel

    Defines x-axis label for current clicked cell.

    Declaration
    public string XLabel { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    XValue

    Defines x-axis value for current clicked cell.

    Declaration
    public string XValue { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    Y

    Specifies Y value.

    Declaration
    public string Y { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    YLabel

    Defines y-axis label for current clicked cell.

    Declaration
    public string YLabel { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

    YValue

    Defines y-axis value for current clicked cell.

    Declaration
    public string YValue { get; set; }
    Property Value
    Type Description
    string

    Accepts the string value.

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