Class CalendarHeaderDetails
Represents a class which holds the details of the calendar header view to be set as binding context of HeaderTemplate
Inheritance
System.Object
CalendarHeaderDetails
Namespace: Syncfusion.Maui.Calendar
Assembly: Syncfusion.Maui.Calendar.dll
Syntax
public class CalendarHeaderDetails : Object
Constructors
CalendarHeaderDetails()
Declaration
public CalendarHeaderDetails()
Properties
EndDateRange
Gets the end date of calendar visible dates.
Declaration
public DateTime EndDateRange { get; }
Property Value
Type |
---|
System.DateTime |
StartDateRange
Gets the start date of calendar visible dates.
Declaration
public DateTime StartDateRange { 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 |
View
Gets the calendar views.
Declaration
public CalendarView View { get; }
Property Value
Type |
---|
CalendarView |