Class CellTappedEventArgs
Schedule cell tapped event arguments
Inheritance
System.Object
CellTappedEventArgs
Namespace: Syncfusion.SfSchedule.iOS
Assembly: Syncfusion.SfSchedule.iOS.dll
Syntax
public class CellTappedEventArgs : EventArgs
Constructors
CellTappedEventArgs()
Declaration
public CellTappedEventArgs()
Properties
Date
Gets or sets the tapped cell date.
Declaration
public NSDate Date { get; set; }
Property Value
Type |
---|
Foundation.NSDate |
ScheduleAppointment
Gets the 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 the Tapped Month cell appointments values.
Declaration
public List<ScheduleAppointment> ScheduleAppointments { get; }
Property Value
Type |
---|
System.Collections.Generic.List<ScheduleAppointment> |
Remarks
Tapped Month Cell has Recurrence appointment it will returns occurrence of appointment. It will be null for Day/Week/WorkWeek views