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

DependencyTableType Enum

Lists types of dependency connections to the appointment.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v18.2.dll

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