Skip to main content
All docs
V25.1
  • AppointmentViewModel.DragDropEffects Property

    Gets the target drop effect in appointment drag-and-drop operations.

    Namespace: DevExpress.Xpf.Scheduling.VisualData

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DragDropEffects DragDropEffects { get; }

    Property Value

    Type Description
    DragDropEffects

    The target drop effect in appointment drag-and-drop operations.

    See Also