Back to Devexpress

DropAppointmentEventArgs.IsFromOutside Property

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

latest1.4 KB
Original Source

DropAppointmentEventArgs.IsFromOutside Property

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

Namespace : DevExpress.Xpf.Scheduling

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool IsFromOutside { get; }
vb
Public ReadOnly Property IsFromOutside As Boolean

Property Value

TypeDescription
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

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace