Skip to main content
All docs
V23.2

DropAppointmentEventArgs.IsFromOutside Property

Indicates whether the content was dragged from an external control or application.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool IsFromOutside { get; }

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