Skip to main content

AppointmentItemDragDropEventArgs.CopyEffect Property

Indicates whether the appointment is copied when drag-and-dropping it to another location.

Namespace: DevExpress.Xpf.Scheduling

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

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public bool CopyEffect { get; }

Property Value

Type Description
Boolean

true, if an appointment is copied to the target location; otherwise, false.

Remarks

Use the CopyEffect property to check whether the Scheduler creates a copy of an appointment in the target location as a result of a drag-and-drop operation. If the property returns false, the appointment is moved to the target location.

See Also