DropAppointmentEventArgs.IsFromOutside Property
Indicates whether the content was dragged from an external control or application.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if the content was dragged from an external control or application; otherwise, false. |
Remarks
The StartAppointmentDragFromOutside event occurs when the user drags an object in the Scheduler from an external source.
See Also