Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CellClickEventArgs

    Defines the CellClickEventArgs.

    Inheritance
    System.Object
    CellClickEventArgs
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CellClickEventArgs : Object

    Constructors

    CellClickEventArgs()

    Declaration
    public CellClickEventArgs()

    Properties

    Cancel

    Defines the event cancel status.

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

    CellElement

    Defines current clicked cell element.

    Declaration
    public Nullable<ElementReference> CellElement { get; set; }
    Property Value
    Type Description
    System.Nullable<Microsoft.AspNetCore.Components.ElementReference>

    Value

    Defines current clicked cell value.

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

    X

    Specifies X value.

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

    XLabel

    Defines x-axis label for current clicked cell.

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

    XValue

    Defines x-axis value for current clicked cell.

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

    Y

    Specifies Y value.

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

    YLabel

    Defines y-axis label for current clicked cell.

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

    YValue

    Defines y-axis value for current clicked cell.

    Declaration
    public string YValue { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved