Class MonthCellLoadedEventArgs
Month cell loaded event arguments
Inheritance
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthCellLoadedEventArgs : EventArgs
Constructors
MonthCellLoadedEventArgs()
Initializes a new instance of the MonthCellLoadedEventArgs class
Declaration
public MonthCellLoadedEventArgs()
Properties
Appointments
Gets or sets the ScheduleAppointmentCollection View of SfSchedule.
Declaration
public ScheduleAppointmentCollection Appointments { get; set; }
Property Value
| Type |
|---|
| ScheduleAppointmentCollection |
Bounds
Gets or sets the Bounds View of SfSchedule.
Declaration
public RectF Bounds { get; set; }
Property Value
| Type |
|---|
| Android.Graphics.RectF |
Calendar
Gets or sets the Calendar View of SfSchedule.
Declaration
public Calendar Calendar { get; set; }
Property Value
| Type |
|---|
| Java.Util.Calendar |
CellStyle
Gets or sets the CellStyle View of SfSchedule.
Declaration
public CellStyle CellStyle { get; set; }
Property Value
| Type |
|---|
| CellStyle |
Data
Gets the collection of data object from which appointment created. This property holds the collection of data object used to create ScheduleAppointment in binding cases. If ItemsSource is collection of ScheduleAppointment, then this property will return null.
Declaration
public IEnumerable Data { get; }
Property Value
| Type |
|---|
| System.Collections.IEnumerable |
IsBlackoutDate
Gets or sets a value indicating whether the IsBlackoutDate View of SfSchedule.
Declaration
public bool IsBlackoutDate { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
IsNextMonthDate
Gets or sets a value indicating whether the IsNextMonthDate View of SfSchedule.
Declaration
public bool IsNextMonthDate { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
IsPreviousMonthDate
Gets or sets a value indicating whether the IsPreviousMonthDate View of SfSchedule.
Declaration
public bool IsPreviousMonthDate { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
IsToday
Gets or sets a value indicating whether the IsToday View of SfSchedule.
Declaration
public bool IsToday { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
View
Gets or sets the ScheduleAppointmentCollection View of SfSchedule.
Declaration
public View View { get; set; }
Property Value
| Type |
|---|
| Android.Views.View |