DependencyTableType Enum
Lists types of dependency connections to the appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
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