alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AppointmentEditorOpeningEventArgs

    Provides data for the event that occurs when an appointment editor is opening in a scheduler.

    Inheritance
    System.Object
    AppointmentEditorOpeningEventArgs
    Namespace: Syncfusion.Maui.Scheduler
    Assembly: Syncfusion.Maui.Scheduler.dll
    Syntax
    public class AppointmentEditorOpeningEventArgs : CancelEventArgs

    Constructors

    AppointmentEditorOpeningEventArgs()

    Declaration
    public AppointmentEditorOpeningEventArgs()

    Properties

    Appointment

    Gets the details of appointment that is being updated. The value will be null when event trigged to create new appointment.

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

    DateTime

    Gets the date time of time slot or month cell where used double clicked the schedule.

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

    RecurringAppointmentEditMode

    Gets the delete mode for recurring appointments selected in the Recurrence appointment Editing Option dialog.

    Declaration
    public Nullable<RecurringAppointmentEditMode> RecurringAppointmentEditMode { get; }
    Property Value
    Type
    System.Nullable<RecurringAppointmentEditMode>

    Resource

    Gets the resource of an appointment under which the appointment is located.

    Declaration
    public SchedulerResource Resource { get; }
    Property Value
    Type
    SchedulerResource
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved