WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppointmentDragStartingEventArgs

    Show / Hide Table of Contents

    Class AppointmentDragStartingEventArgs

    Provides data for the AppointmentDragStarting event.

    Inheritance
    System.Object
    AppointmentDragStartingEventArgs
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class AppointmentDragStartingEventArgs : CancelEventArgs

    Constructors

    AppointmentDragStartingEventArgs()

    Declaration
    public AppointmentDragStartingEventArgs()

    Properties

    Appointment

    Gets the Appointment that is going to be dragged.

    Declaration
    public ScheduleAppointment Appointment { get; }
    Property Value
    Type Description
    ScheduleAppointment
    Remarks

    When occurrence appointment of pattern appointment is drag start , it holds the occurrence appointment details. You can get the pattern appointment details from the occurrence appointment by using the GetPatternAppointment(SfScheduler, Object).

    Resource

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

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

    Data property holds the data object associated with scheduler when scheduler resource created from custom data object using ResourceMapping.

    See Also
    ResourceCollection
    ResourceMapping
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved