Back to Devexpress

AppointmentDragInfo Class

corelibraries-devexpress-dot-xtrascheduler-54ff0937.md

latest1.3 KB
Original Source

AppointmentDragInfo Class

Provides information on appointments involved in drag-and-drop operations.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public class AppointmentDragInfo
vb
Public Class AppointmentDragInfo

Remarks

The AppointmentDragInfo instances are available via the AppointmentsDragEventArgs.PrimaryAppointmentInfos and AppointmentsDragEventArgs.AdditionalAppointmentInfos properties within the SchedulerControl.AppointmentsDrag event handler. See this event description for an example.

Inheritance

Object AppointmentDragInfo

See Also

AppointmentDragInfo Members

DevExpress.XtraScheduler Namespace