DependencyTableType Enum
In This Article
Lists types of dependency connections to the appointment.
Namespace: DevExpress.XtraScheduler.Drawing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Incoming
|
Dependency line enters the appointment’s start. |
Incoming
|
Dependency line enters the appointment’s end. |
Outcoming
|
Dependency line goes off from the appointment’s start. |
Outcoming
|
Dependency line goes off from the appointment’s end. |
See Also