Skip to main content
All docs
V25.1
  • DropAppointmentEventArgs.IsFromOutside Property

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

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.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