menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class AppointmentDropEventArgs

    The Appointment Drop Event Arguments which contains the Drop Time and the Appointment details which drops.

    Inheritance
    System.Object
    CancelEventArgs
    AppointmentDropEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    Namespace: Syncfusion.SfSchedule.XForms
    Assembly: Syncfusion.SfSchedule.XForms.dll
    Syntax
    public class AppointmentDropEventArgs : CancelEventArgs

    Constructors

    AppointmentDropEventArgs()

    Initializes a new instance of the AppointmentDropEventArgs class.

    Declaration
    public AppointmentDropEventArgs()

    Properties

    Appointment

    Gets or sets the appointment object and it's properties which returns the details of the appointment which drops.

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

    The appointment.

    DropResourceItem

    Gets or sets the appointment dropping schedule resource item..

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

    It returns schedule resource item value for timeline view with resource view mode as Absolute. Otherwise, returns null.

    DropTime

    Gets or sets or set the Drop Time value which returns the date and time value of the appointment which drops.

    Declaration
    public DateTime DropTime { get; set; }
    Property Value
    Type Description
    System.DateTime

    The drop time.

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