Back to Devexpress

DropAppointmentEventArgs.AllowedEffects Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-dropappointmenteventargs.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public DragDropEffects AllowedEffects { get; }
vb
Public ReadOnly Property AllowedEffects As DragDropEffects

Property Value

TypeDescription
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

DropAppointmentEventArgs Class

DropAppointmentEventArgs Members

DevExpress.Xpf.Scheduling Namespace