Skip to main content

AppointmentDragEventArgs.CopyEffect Property

Indicates whether the drop effect in a drag-and-drop appointment operation is Copy.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public bool CopyEffect { get; }

Property Value

Type Description
Boolean

True, if an appointment will be copied to the target location; otherwise, false.

Remarks

Indicates whether the Scheduler will create a copy of an appointment in the target location as a result of a drag-and-drop operation.

See Also