MonthView Members
In This Article
#Constructors
Name | Description |
---|---|
Month |
Initializes a new Month |
#Fields
Name | Description |
---|---|
Appointment |
Identifies the Appointment |
Appointment |
Identifies the Appointment |
Appointment |
Identifies the Appointment |
Cell |
Identifies the Cell |
Cell |
Identifies the Cell |
Data |
Identifies the Data |
First |
Identifies the First |
Header |
Identifies the Header |
Header |
Identifies the Header |
Show |
Identifies the Show |
Start |
Identifies the Start dependency property.
Inherited from View |
Week |
Identifies the Week |
Work |
Identifies the Work |
#Properties
Name | Description |
---|---|
Appointment |
Gets or sets the appointment height that the View assigns to all appointments. |
Appointment |
Gets or sets appearance settings of appointments. |
Appointment |
Gets or sets a data template that specifies the Xamarin. |
Cell |
Gets or sets appearance settings of cells. |
Cell |
Gets or sets a data template that specifies the Xamarin. |
Data |
Gets or sets the storage that holds scheduler view’s data (appointments, labels and statuses).
Inherited from View |
First |
Gets or sets the day from which the scheduler starts a week.
Inherited from View |
Header |
Gets or sets appearance settings of header items. |
Header |
Gets or sets a data template that specifies the Xamarin. |
Show |
Gets or sets whether the view shows only workdays. |
Start |
Gets or sets the scheduler start date.
Inherited from View |
Visible |
Gets the collection of time intervals the scheduler view displays.
Inherited from View |
Week |
Gets or sets a number of weeks that the View shows on the screen at one time. |
Work |
Gets or sets days that form a work week.
Inherited from View |
#Events
Name | Description |
---|---|
Double |
Fires when users double tap on the scheduler view.
Inherited from View |
Long |
Fires when users long press on the scheduler view.
Inherited from View |
Tap |
Fires when users tap on the scheduler view.
Inherited from View |
See Also