Skip to main content
A newer version of this page is available. .

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.v22.1.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