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

    Returns a member of the DragDropEffects enumeration that specifies which operations are allowed by the originator of the drag event.

    Namespace: DevExpress.Xpf.Scheduling

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

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    public DragDropEffects AllowedEffects { get; }

    Property Value

    Type Description
    DragDropEffects

    A System.Windows.DragDropEffects enumeration value. This enumeration is marked with the FlagsAttribute that allows a bitwise combination of its member values.

    See Also