menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DateRangeTemplateContext - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DateRangeTemplateContext

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

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

    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
    System.DateTime

    StartDate

    Gets the start date of the current view.

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