Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthInlineAppointmentTappedEventArgs

    Show / Hide Table of Contents

    Class MonthInlineAppointmentTappedEventArgs

    The Month Inline Appointment Tapped Event Arguments contains properties which returns the details of selected date and tapped inline appointment.

    Inheritance
    System.Object
    MonthInlineAppointmentTappedEventArgs
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class MonthInlineAppointmentTappedEventArgs : EventArgs

    Constructors

    MonthInlineAppointmentTappedEventArgs()

    Initializes a new instance of the MonthInlineAppointmentTappedEventArgs class.

    Declaration
    public MonthInlineAppointmentTappedEventArgs()

    Properties

    Appointment

    Gets get the Appointment object to get the month inline tapped appointment details through the appointment properties.

    Declaration
    public object Appointment { get; }
    Property Value
    Type Description
    System.Object

    selectedDate

    Gets get the selected date value of the tapped inline appointment in the type of Date time.

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