-
-
Notifications
You must be signed in to change notification settings - Fork 39
CalendarView Properties
Marvin E edited this page Apr 21, 2024
·
16 revisions
Property | Type | Description |
---|---|---|
DateTime |
The date used to generate the days that are currently being displayed. | |
IEnumerable<object> |
The days currently being displayed by the calendar. The objects should implement the ICalendarDay interface. |
|
IList<DayOfWeek> |
The days of the week currently being displayed by the calendar. | |
ICommand |
The LeftArrowCommand of the NavigationView. |
|
object |
The LeftArrowCommandParameter of the NavigationView. |
|
ICommand |
The RightArrowCommand of the NavigationView. |
|
object |
The RightArrowCommandParameter of the NavigationView. |
|
DataTemplate |
How an individual day in Days should be displayed. The DataTemplate 's BindingContext will be an object which should implement ICalendarDay . |
|
ControlTemplate |
How the navigation bar is displayed. | |
ControlTemplate |
How the DaysOfWeek should be displayed. |
|
double |
The HeightRequest of the DayNamesView. |
|
DataTemplate |
How an individual DayOfWeek in the DaysOfWeek should be displayed. The DataTemplate 's BindingContext will be an ICalendarDay . |
|
double |
The vertical spacing between the DayNames in the DayNamesView. | |
double |
The horizontal spacing between the day names in the days of week. | |
ControlTemplate |
How Days should be displayed. |
|
double |
The HeightRequest of the DaysView. |