menu

Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MonthInlineAppointmentTappedEventArgs - Xamarin.iOS API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MonthInlineAppointmentTappedEventArgs

    Month inline appointment tapped event arguments

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

    Constructors

    MonthInlineAppointmentTappedEventArgs()

    Declaration
    public MonthInlineAppointmentTappedEventArgs()

    Properties

    Appointment

    Gets or sets the appointment value

    Declaration
    public ScheduleAppointment Appointment { get; set; }
    Property Value
    Type
    ScheduleAppointment

    Date

    Gets or sets the date value

    Declaration
    public NSDate Date { get; set; }
    Property Value
    Type
    Foundation.NSDate
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved