Skip to main content

DependencyTableType Enum

Lists types of dependency connections to the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public enum DependencyTableType

Members

Name Description
IncomingInStart

Dependency line enters the appointment’s start.

IncomingInFinish

Dependency line enters the appointment’s end.

OutcomingFromStart

Dependency line goes off from the appointment’s start.

OutcomingFromFinish

Dependency line goes off from the appointment’s end.

See Also