Class AppointmentDropEventArgs
The Appointment Drop Event Arguments which contains the Drop Time and the Appointment details which drops.
Inherited Members
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 |
---|
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. |