Back to Devexpress

AppointmentDragEventArgs.CopyEffect Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdrageventargs-45a3d484.md

latest1.4 KB
Original Source

AppointmentDragEventArgs.CopyEffect Property

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

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public bool CopyEffect { get; }
vb
Public ReadOnly Property CopyEffect As Boolean

Property Value

TypeDescription
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

AppointmentDragEventArgs Class

AppointmentDragEventArgs Members

DevExpress.XtraScheduler Namespace