Skip to main content

SchedulerDragData.PrimaryAppointmentIndex Property

Gets the index of a 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 int PrimaryAppointmentIndex { get; }

Property Value

Type Description
Int32

An integer that is the index of appointment in the SchedulerDragData.Appointments collection.

Remarks

A primary appointment is the appointment actually dragged; other dragged appointments follow the primary appointment.

See Also