menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AdaptorType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AdaptorType

    Specifies the adapter type in heatmap.

    • Cell:Heatmap is rendered using cell type data source.
    • Table:Heatmap is rendered using table type data source.
    • None:Defines no adaptor type is used for the data source.
    Inheritance
    System.Object
    AdaptorType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AdaptorType : Enum

    Fields

    Cell

    Specifies cell type data source.

    Declaration
    public const AdaptorType Cell
    Field Value
    Type
    AdaptorType

    None

    Defines no adaptor type is used for the data source.

    Declaration
    public const AdaptorType None
    Field Value
    Type
    AdaptorType

    Table

    Specifies table type data source.

    Declaration
    public const AdaptorType Table
    Field Value
    Type
    AdaptorType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved