Blazor

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

    Show / Hide Table of Contents

    Class AdaptorType

    specify the adapter type in heat map Cell - Heat map is rendering using cell type data source Table - Heat map is rendering using table type data source

    Inheritance
    System.Object
    AdaptorType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class AdaptorType : Enum

    Fields

    Cell

    Defines the data source type is a cell.

    Declaration
    public const AdaptorType Cell
    Field Value
    Type Description
    AdaptorType

    None

    Defines no adaptor type is used for the data source.

    Declaration
    public const AdaptorType None
    Field Value
    Type Description
    AdaptorType

    Table

    Defines the data source type is a table.

    Declaration
    public const AdaptorType Table
    Field Value
    Type Description
    AdaptorType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved