menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentDragStartingEventArgs - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AppointmentDragStartingEventArgs

    Provides data for the AppointmentDragStarting event, which occurs when an appointment is to be dragged.

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

    Constructors

    AppointmentDragStartingEventArgs()

    Declaration
    public AppointmentDragStartingEventArgs()

    Properties

    Appointment

    Gets the appointment that is going to be dragged.

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

    If an occurrence of a pattern appointment is about to be dragged, this property holds the details of the occurrence appointment. You can get the details of the pattern appointment from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object) method.

    Resource

    Gets the resource under which the appointment is currently located.

    Declaration
    public SchedulerResource Resource { get; }
    Property Value
    Type
    SchedulerResource
    Remarks

    The DataItem property holds the data object associated with the scheduler when the scheduler resource was created from a custom data object using the Mapping property.

    See Also
    ResourceView
    Mapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved