alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class MonthInlineAppointmentTappedEventArgs

    Provides data for the MonthInlineAppointmentTapped event.

    Inheritance
    System.Object
    MonthInlineAppointmentTappedEventArgs
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class MonthInlineAppointmentTappedEventArgs : EventArgs
    Remarks

    This event argument is raised when a user taps an appointment item displayed in the inline collection view of the month view. The event provides access to both the tapped appointment and the date of the inline view.

    Constructors

    MonthInlineAppointmentTappedEventArgs()

    Declaration
    public MonthInlineAppointmentTappedEventArgs()

    Properties

    Appointment

    Gets the appointment that was tapped in the inline view.

    Declaration
    public SchedulerAppointment Appointment { get; }
    Property Value
    Type Description
    SchedulerAppointment

    The SchedulerAppointment object that was tapped, or null if no appointment was selected.

    Remarks

    This property is null when the user taps an empty slot or non-appointment area within the inline view. Always check for null before accessing appointment properties.

    SelectedDate

    Gets the date of the inline view where the appointment was tapped.

    Declaration
    public Nullable<DateTime> SelectedDate { get; }
    Property Value
    Type Description
    System.Nullable<System.DateTime>

    The System.DateTime representing the date cell that was originally tapped to display the inline view. The time component is always midnight (00:00:00).

    Remarks

    This date represents the month view cell that was tapped, not necessarily the appointment's start date. Use this date to navigate or filter related appointments for the selected date.

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