Xamarin.iOS

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

    Show / Hide Table of Contents

    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 Description
    Foundation.NSDate

    ScheduleAppointment

    Gets the Tapped schedule appointment values.

    Declaration
    public ScheduleAppointment ScheduleAppointment { get; }
    Property Value
    Type Description
    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 Description
    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

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved