Back to Devexpress

DependencyTableType Enum

windowsforms-devexpress-dot-xtrascheduler-dot-drawing-d3508eeb.md

latest1.1 KB
Original Source

DependencyTableType Enum

Lists types of dependency connections to the appointment.

Namespace : DevExpress.XtraScheduler.Drawing

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public enum DependencyTableType
vb
Public Enum DependencyTableType

Members

NameDescription
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

DevExpress.XtraScheduler.Drawing Namespace