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

AppointmentDragEventArgs.CopyEffect Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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