SchedulerDragData.PrimaryAppointment Property
Gets the primary appointment. A primary appointment is an appointment whose properties are used to calculate the properties of other dragged appointments.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.Core.Desktop.dll
NuGet Package: DevExpress.Scheduler.CoreDesktop
Declaration
Property Value
Type | Description |
---|---|
Appointment | An Appointment object that is the appointment actually dragged; other dragged appointments follow the primary appointment. |
See Also