Blazor

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

    Show / Hide Table of Contents

    Class TemplateContext

    A class that holds the options for the template.

    Inheritance
    System.Object
    TemplateContext
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TemplateContext : Object

    Constructors

    TemplateContext()

    Declaration
    public TemplateContext()

    Properties

    Date

    Returns the date of the template.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    GroupIndex

    Returns the index of the resorce.

    Declaration
    public Nullable<int> GroupIndex { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    Resource

    Returns the resource details with resource fields.

    Declaration
    public Resource Resource { get; set; }
    Property Value
    Type Description
    Resource

    ResourceData

    Returns the resource details.

    Declaration
    public object ResourceData { get; set; }
    Property Value
    Type Description
    System.Object

    Type

    Returns the element type of the Scheduler.

    Declaration
    public ElementType Type { get; set; }
    Property Value
    Type Description
    ElementType
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved