Skip to main content

AppointmentDependencyFormEventArgs.AppointmentDependency Property

Gets the appointment dependency for which the dialog will be shown.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public AppointmentDependency AppointmentDependency { get; }

Property Value

Type Description
AppointmentDependency

An AppointmentDependency object that is the appointment dependency currently being processed.

See Also