Class SchedulerHeaderDetails
Represents a class that hold the details of the scheduler header view to be used in header template.
Inheritance
System.Object
SchedulerHeaderDetails
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public class SchedulerHeaderDetails : Object
Constructors
SchedulerHeaderDetails()
Declaration
public SchedulerHeaderDetails()
Properties
AllowedViews
Gets the scheduler allowed views.
Declaration
public SchedulerViews AllowedViews { get; }
Property Value
Type |
---|
SchedulerViews |
EndDate
Gets the end date of scheduler visible dates.
Declaration
public DateTime EndDate { get; }
Property Value
Type |
---|
System.DateTime |
StartDate
Gets the start date of scheduler visible dates.
Declaration
public DateTime StartDate { get; }
Property Value
Type |
---|
System.DateTime |
Text
Gets the header text based on header text format.
Declaration
public string Text { get; }
Property Value
Type |
---|
System.String |
WeekNumber
Gets the scheduler week number.
Declaration
public int WeekNumber { get; }
Property Value
Type |
---|
System.Int32 |
Remarks
In month view, the week number will be updated based on StartDate value.