WinUI

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentTappedArgs - WinUI API Reference | Syncfusion AppointmentTapped event. ">

    Show / Hide Table of Contents

    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 Description
    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 Description
    SchedulerResource
    Remarks

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    ResourceCollection
    ResourceMapping

    SelectedDate

    Gets a value for selected date.

    Declaration
    public DateTime SelectedDate { get; }
    Property Value
    Type Description
    System.DateTime
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved