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

AppointmentControl.DragDropEffects Property

Gets the target drop effect in an appointment drag-and-drop operation. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling.Visual

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

Declaration

public DragDropEffects DragDropEffects { get; }

Property Value

Type Description
DragDropEffects

A DragDropEffects enumeration value.

See Also