alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class DateRangeTemplateContext

    Provides the information about the date range text template in the Scheduler.

    Inheritance
    object
    DateRangeTemplateContext
    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 DateRangeTemplateContext

    Constructors

    DateRangeTemplateContext()

    Declaration
    public DateRangeTemplateContext()

    Properties

    CurrentView

    Gets the current view of the Scheduler.

    Declaration
    public View CurrentView { get; }
    Property Value
    Type
    View

    EndDate

    Gets the end date of the current view.

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

    StartDate

    Gets the start date of the current view.

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