Skip to main content

AppointmentDependency.ParentId Property

Gets the Id of the parent appointment.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

object ParentId { get; }

Property Value

Type Description
Object

An object that is the appointmen’s Id.

Remarks

Appointment dependency is graphically depicted as a line with an arrow at one end, drawn between appointments on the Scheduler surface. The appointment at the head of the arrow is the dependent appointment, and the appointment at the tail of the arrow is the parent appointment.

Dependencies

See Also