Class MonthItem
Month item class
Inheritance
System.Object
    MonthItem
  Namespace: Com.Syncfusion.Calendar
Assembly: Syncfusion.SfCalendar.Android.dll
Syntax
public class MonthItem : Object
  Constructors
MonthItem()
Initializes a new instance of the MonthItem class.
Declaration
public MonthItem()
  Properties
Appointments
Gets or sets the appointments.
Declaration
public CalendarEventCollection Appointments { get; set; }
  Property Value
| Type | Description | 
|---|---|
| CalendarEventCollection | The appointments.  | 
      
Calendar
Gets or sets the calendar.
Declaration
public Calendar Calendar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Java.Util.Calendar | The calendar.  | 
      
MonthView
Gets or sets the month view.
Declaration
public View MonthView { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Android.Views.View | The month view.  | 
      
Sfcalendar
Gets or sets the calendar.
Declaration
public SfCalendar Sfcalendar { get; set; }
  Property Value
| Type | Description | 
|---|---|
| SfCalendar | The calendar  |