alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class TemplateContext

    Provides the information about the template options in the Scheduler.

    Inheritance
    object
    TemplateContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Schedule
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class TemplateContext

    Constructors

    TemplateContext()

    Declaration
    public TemplateContext()

    Properties

    Date

    Gets the date of the template.

    Declaration
    public DateTime Date { get; }
    Property Value
    Type
    DateTime

    GroupIndex

    Gets the group index of the resource which helps to get the resource information using GetResourceByIndex(int) method.

    Declaration
    public int? GroupIndex { get; }
    Property Value
    Type
    int?

    Resource

    Gets the resource details and relevant fields for the specified resource.

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

    ResourceData

    Gets the data associated with the specified resource.

    Declaration
    public object ResourceData { get; }
    Property Value
    Type
    object

    Type

    Gets the type of element represented by the Scheduler.

    Declaration
    public ElementType Type { get; }
    Property Value
    Type
    ElementType
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved