menu

Xamarin.Android

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CellTappedEventArgs - API Reference

    Show / Hide Table of Contents

    Class CellTappedEventArgs

    Cell tapped event arguments class

    Inheritance
    System.Object
    CellTappedEventArgs
    Namespace: Com.Syncfusion.Schedule
    Assembly: Syncfusion.SfSchedule.Android.dll
    Syntax
    public class CellTappedEventArgs : EventArgs

    Constructors

    CellTappedEventArgs()

    Declaration
    public CellTappedEventArgs()

    Properties

    Appointment

    Gets Tapped custom schedule appointment values

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

    It will be null for month view.

    Appointments

    Gets the collection of data object from which appointment created. This property holds the collection of data object used to create ScheduleAppointment in binding cases. If ItemsSource is collection of ScheduleAppointment, then this property will return null.

    Declaration
    public IEnumerable Appointments { get; }
    Property Value
    Type Description
    System.Collections.IEnumerable

    Calendar

    Gets or sets the tapped cell calendar.

    Declaration
    public Calendar Calendar { get; set; }
    Property Value
    Type Description
    Java.Util.Calendar

    ScheduleAppointment

    Gets 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 Tapped Month cell schedule appointments values.

    Declaration
    public ScheduleAppointmentCollection ScheduleAppointments { get; }
    Property Value
    Type Description
    ScheduleAppointmentCollection
    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 - 2023 Syncfusion Inc. All Rights Reserved