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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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