Skip to main content
A newer version of this page is available. .

CompleteAppointmentDragDropEventArgs.Effects Property

Specifies the effects of the drag-drop operation.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public DragDropEffects Effects { get; set; }

Property Value

Type Description
DragDropEffects

A System.Windows.DragDropEffects enumeration value.

See Also