Skip to main content
A newer version of this page is available. .

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.
HeaderItemStyleProperty static Identifies the HeaderItemStyle dependency property.
HeaderItemTemplateProperty static Identifies the HeaderItemTemplate dependency property.
IsActiveProperty static Identifies the IsActive dependency property. Inherited from ViewBase.
ShowWorkDaysOnlyProperty static Identifies the ShowWorkDaysOnly dependency property.
WeekCountProperty static Identifies the WeekCount dependency property.

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.
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.
IsActive Gets or sets a value that indicates whether the current view is active in the scheduler. Inherited from ViewBase.
Scheduler Returns the scheduler to which the View belongs. Inherited from ViewBase.
ShowWorkDaysOnly Gets or sets whether the View shows only workdays.
WeekCount Gets or sets a number of weeks that the View shows on the screen at one time.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also