Blazor

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

    Show / Hide Table of Contents

    Class TemplateType

    An enum that holds the type where the quick info template applies.

    Inheritance
    System.Object
    TemplateType
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class TemplateType : Enum

    Fields

    Both

    Denotes the template applies both to the event and cell.

    Declaration
    public const TemplateType Both
    Field Value
    Type Description
    TemplateType

    Cell

    Denotes the template applies only to the cell.

    Declaration
    public const TemplateType Cell
    Field Value
    Type Description
    TemplateType

    Event

    Denotes the template applies to the event alone.

    Declaration
    public const TemplateType Event
    Field Value
    Type Description
    TemplateType

    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