Skip to main content

MonthView Members

The View that displays all appointments for a month.

Constructors

Name Description
MonthView() Initializes a new MonthView instance with the default settings.

Fields

Name Description
AppointmentHeightProperty static Identifies the AppointmentHeight dependency property.
AppointmentStyleProperty static Identifies the AppointmentStyle dependency property.
AppointmentTemplateProperty static Identifies the AppointmentTemplate dependency property.
CellStyleProperty static Identifies the CellStyle dependency property.
CellTemplateProperty static Identifies the CellTemplate dependency property.
DataStorageProperty static Identifies the DataStorage dependency property. Inherited from ViewBase.
FirstDayOfWeekProperty static Identifies the FirstDayOfWeek dependency property. Inherited from ViewBase.
HeaderItemStyleProperty static Identifies the HeaderItemStyle dependency property.
HeaderItemTemplateProperty static Identifies the HeaderItemTemplate dependency property.
ShowWorkDaysOnlyProperty static Identifies the ShowWorkDaysOnly dependency property.
StartProperty static Identifies the Start dependency property. Inherited from ViewBase.
WeekCountProperty static Identifies the WeekCount dependency property.
WorkDaysProperty static Identifies the WorkDays dependency property. Inherited from ViewBase.

Properties

Name Description
AppointmentHeight Gets or sets the appointment height that the View assigns to all appointments.
AppointmentStyle Gets or sets appearance settings of appointments.
AppointmentTemplate Gets or sets a data template that specifies the Xamarin.Forms.View the Month View uses to show appointments.
CellStyle Gets or sets appearance settings of cells.
CellTemplate Gets or sets a data template that specifies the Xamarin.Forms.View the Month View uses to show cells.
DataStorage Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses). Inherited from ViewBase.
FirstDayOfWeek Gets or sets the day from which the scheduler starts a week. Inherited from ViewBase.
HeaderItemStyle Gets or sets appearance settings of header items.
HeaderItemTemplate Gets or sets a data template that specifies the Xamarin.Forms.View the Month View uses to show header items.
ShowWorkDaysOnly Gets or sets whether the view shows only workdays.
Start Gets or sets the scheduler start date. Inherited from ViewBase.
VisibleIntervals Gets the collection of time intervals the scheduler view displays. Inherited from ViewBase.
WeekCount Gets or sets a number of weeks that the View shows on the screen at one time.
WorkDays Gets or sets days that form a work week. Inherited from ViewBase.

Events

Name Description
DoubleTap Fires when users double tap on the scheduler view. Inherited from ViewBase.
LongPress Fires when users long press on the scheduler view. Inherited from ViewBase.
Tap Fires when users tap on the scheduler view. Inherited from ViewBase.
See Also