Skip to main content

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

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public Appointment PrimaryAppointment { get; }

Property Value

Type Description
Appointment

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

See Also