Back to Devexpress

DropAppointmentEventArgs.Data Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dropappointmenteventargs-4eae8e6c.md

latest1.2 KB
Original Source

DropAppointmentEventArgs.Data Property

Allows you to generate an appointment when the user drags an object in the Scheduler from an external source.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public IDataObject Data { get; }
vb
Public ReadOnly Property Data As IDataObject

Property Value

TypeDescription
IDataObject

An object that the user drags in the Scheduler from an external source.

|

See Also

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace