Skip to main content
All docs
V23.2

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public IDataObject Data { get; }

Property Value

Type Description
IDataObject

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

See Also