menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ClientSideHeatMapEvents

    Show / Hide Table of Contents

    Class ClientSideHeatMapEvents

    Inheritance
    System.Object
    ClientSideHeatMapEvents
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Web.dll
    Syntax
    public class ClientSideHeatMapEvents

    Constructors

    ClientSideHeatMapEvents()

    Declaration
    public ClientSideHeatMapEvents()

    Properties

    CellMouseEnter

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

    CellMouseLeave

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

    CellMouseOver

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

    CellSelected

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

    Create

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

    Destroy

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