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

AppointmentDependencyFormEventArgs.AppointmentDependency Property

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

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

public AppointmentDependency AppointmentDependency { get; }

Property Value

Type Description
AppointmentDependency

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

See Also