Class MonthInlineAppointmentLoadedEventArgs
Month inline appointment loaded event arguments
Inheritance
System.Object
MonthInlineAppointmentLoadedEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthInlineAppointmentLoadedEventArgs : EventArgs
Constructors
MonthInlineAppointmentLoadedEventArgs()
Declaration
public MonthInlineAppointmentLoadedEventArgs()
Properties
Appointment
Gets or sets the ScheduleAppointment View of SfSchedule.
Declaration
public ScheduleAppointment Appointment { get; set; }
Property Value
Type |
---|
ScheduleAppointment |
Bounds
Gets the Bounds of Inline appointment.
Declaration
public Rect Bounds { get; }
Property Value
Type |
---|
Android.Graphics.Rect |
Data
Gets the data object from which appointment created. When binding collection of custom objects, then schedule appointments created based on AppointmentMapping. This property holds the data object used to create ScheduleAppointment in binding cases. If ItemsSource is collection of ScheduleAppointment, then this property will return null.
Declaration
public object Data { get; }
Property Value
Type |
---|
System.Object |
View
Gets or sets the View of SfSchedule.
Declaration
public View View { get; set; }
Property Value
Type |
---|
Android.Views.View |