Skip to main content
A newer version of this page is available. .
All docs
V21.2

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.v21.2.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