Class MonthInlineAppointmentTappedEventArgs
Month inline appointment tapped event arguments
Inheritance
System.Object
MonthInlineAppointmentTappedEventArgs
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class MonthInlineAppointmentTappedEventArgs : EventArgs
Constructors
MonthInlineAppointmentTappedEventArgs()
Declaration
public MonthInlineAppointmentTappedEventArgs()
Properties
Appointment
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 Appointment { get; }
Property Value
Type |
---|
System.Object |
Calendar
Gets or sets the calendar
Declaration
public Calendar Calendar { get; set; }
Property Value
Type |
---|
Java.Util.Calendar |
ScheduleAppointment
Gets or sets the schedule appointment
Declaration
public ScheduleAppointment ScheduleAppointment { get; set; }
Property Value
Type |
---|
ScheduleAppointment |