-
-
Notifications
You must be signed in to change notification settings - Fork 39
CalendarView Properties
Marvin E edited this page Jul 11, 2022
·
16 revisions
Property | Type | Description |
---|---|---|
DateTime |
The date the CalendarView is currently navigated to. | |
IEnumerable<ICalendarDay> |
The days currently being displayed by the calendar. | |
IList<DayOfWeek> |
The days of the week currently being displayed by the calendar. | |
ICommand |
The command to execute when the right arrow is pressed. | |
object |
The command parameter used for ForwardsArrowCommand
|
|
ICommand |
The command to execute when the left arrow is pressed. | |
object |
The command parameter used for BackwardsArrowCommand
|
|
DataTemplate |
How an individual day in Days should be displayed. The DataTemplate 's BindingContext will be an ICalendarDay . |
|
ControlTemplate |
How the navigation is displayed.NavigateCalendarCommand , NavigatedDate
|
|
double |
The HeightRequest of the NavigationView. |
|
Color |
The BackgroundColor of the NavigationView. |
|
Color |
The TextColor of the NavigatedDate text in the NavigationView. |
|
Color |
The colour of the arrows in the NavigationView. | |
Color |
The BackgroundColor of the arrows in the NavigationView. |
|
float |
The CornerRadius of the arrows in the NavigationView. |
|
ControlTemplate |
How the DayNamesOrder should be displayed. DayNamesOrder , CustomDayNamesOrder , StartOfWeekDayNamesOrder , DayNameTemplate
|
|
double |
The HeightRequest of the DayNamesView. |
|
DataTemplate |
How an individual DayOfWeek in the DayNamesOrder should be displayed. The DataTemplate 's BindingContext will be an ICalendarDay . DayNamesOrder , |
|
double |
The vertical spacing between the DayNames in the DayNamesView. | |
double |
The horizontal spacing between the DayNames in the DayNamesView. | |
Color |
The TextColor of an individual DayName in the DayNamesView. |
|
ControlTemplate |
How the Days should be displayed.Days , DayTemplate
|
|
double |
The HeightRequest of the MonthView. |