Class CellTappedEventArgs
Cell tapped event arguments class
Inheritance
Namespace: Com.Syncfusion.Schedule
Assembly: Syncfusion.SfSchedule.Android.dll
Syntax
public class CellTappedEventArgs : EventArgs
Constructors
CellTappedEventArgs()
Declaration
public CellTappedEventArgs()
Properties
Appointment
Gets Tapped custom schedule appointment values
Declaration
public object Appointment { get; }
Property Value
Type |
---|
System.Object |
Remarks
It will be null for month view.
Appointments
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 Appointments { get; }
Property Value
Type |
---|
System.Collections.IEnumerable |
Calendar
Gets or sets the tapped cell calendar.
Declaration
public Calendar Calendar { get; set; }
Property Value
Type |
---|
Java.Util.Calendar |
ScheduleAppointment
Gets Tapped schedule appointment values.
Declaration
public ScheduleAppointment ScheduleAppointment { get; }
Property Value
Type |
---|
ScheduleAppointment |
Remarks
Tapped appointment is a Recurrence appointment it will returns occurrence of appointment. It will be null for month view
ScheduleAppointments
Gets Tapped Month cell schedule appointments values.
Declaration
public ScheduleAppointmentCollection ScheduleAppointments { get; }
Property Value
Type |
---|
ScheduleAppointmentCollection |
Remarks
Tapped Month Cell has Recurrence appointment it will returns occurrence of appointment. It will be null for Day/Week/WorkWeek views