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 |