Class MonthInlineLoadedEventArgs
Month inline loaded event arguments
Inheritance
System.Object
MonthInlineLoadedEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthInlineLoadedEventArgs : EventArgs
Constructors
MonthInlineLoadedEventArgs()
Declaration
public MonthInlineLoadedEventArgs()
Properties
Appointments
Gets or sets the ScheduleAppointmentCollection View of SfSchedule.
Declaration
public ScheduleAppointmentCollection Appointments { get; set; }
Property Value
Type |
---|
ScheduleAppointmentCollection |
Calendar
Gets or sets the Calendar View of SfSchedule.
Declaration
public Calendar Calendar { get; set; }
Property Value
Type |
---|
Java.Util.Calendar |
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 |
MonthInlineViewStyle
Gets or sets the MonthInlineViewStyle View of SfSchedule.
Declaration
public MonthInlineViewStyle MonthInlineViewStyle { get; set; }
Property Value
Type |
---|
MonthInlineViewStyle |