Back to Devexpress

AppointmentDependency.DependentId Property

corelibraries-devexpress-dot-xtrascheduler-dot-appointmentdependency-99f5f02c.md

latest1.6 KB
Original Source

AppointmentDependency.DependentId Property

Gets the Id of the dependent appointment.

Namespace : DevExpress.XtraScheduler

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

NuGet Package : DevExpress.Scheduler.Core

Declaration

csharp
object DependentId { get; }
vb
ReadOnly Property DependentId As Object

Property Value

TypeDescription
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.

See Also

ParentId

Dependencies

AppointmentDependency Interface

AppointmentDependency Members

DevExpress.XtraScheduler Namespace