Back to Devexpress

SchedulerDragData.PrimaryAppointment Property

corelibraries-devexpress-dot-xtrascheduler-dot-schedulerdragdata.md

latest1.7 KB
Original Source

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.v25.2.Core.Desktop.dll

NuGet Package : DevExpress.Scheduler.CoreDesktop

Declaration

csharp
public Appointment PrimaryAppointment { get; }
vb
Public ReadOnly Property PrimaryAppointment As Appointment

Property Value

TypeDescription
Appointment

An Appointment object that is the appointment actually dragged; other dragged appointments follow the primary appointment.

|

See Also

PrimaryAppointmentIndex

AppointmentDrag

AppointmentDragEventArgs

SchedulerDragData Class

SchedulerDragData Members

DevExpress.XtraScheduler Namespace