AppointmentDragEventArgs.CopyEffect Property
Indicates whether the drop effect in a drag-and-drop appointment operation is Copy.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.Core.Desktop.dll
Declaration
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