Class AppointmentTappedArgs
Provides data for the AppointmentTapped event.
Inheritance
System.Object
AppointmentTappedArgs
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public class AppointmentTappedArgs : EventArgs
Constructors
AppointmentTappedArgs()
Declaration
public AppointmentTappedArgs()
Properties
Appointment
Gets a value for appointment.
Declaration
public ScheduleAppointment Appointment { get; }
Property Value
Type |
---|
ScheduleAppointment |
Remarks
When tapping on the occurrence appointment, it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).
Resource
Gets the resource details under which the appointment is located.
Declaration
public SchedulerResource Resource { get; }
Property Value
Type |
---|
SchedulerResource |
Remarks
Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.
See Also
SelectedDate
Gets a value for selected date.
Declaration
public DateTime SelectedDate { get; }
Property Value
Type |
---|
System.DateTime |