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

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.v19.1.Core.dll

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