Back to Devexpress

AppointmentDependencyTypeEdit.Type Property

windowsforms-devexpress-dot-xtrascheduler-dot-ui-dot-appointmentdependencytypeedit.md

latest2.5 KB
Original Source

AppointmentDependencyTypeEdit.Type Property

Gets or sets a dependency type shown in the editor.

Namespace : DevExpress.XtraScheduler.UI

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DXCategory("Behavior")]
public AppointmentDependencyType Type { get; set; }
vb
<DXCategory("Behavior")>
Public Property Type As AppointmentDependencyType

Property Value

TypeDescription
AppointmentDependencyType

An AppointmentDependencyType enumeration value.

|

Available values:

NameDescription
FinishToStart

Dependent task cannot start before the Parent task is finished.

A data record for the appointment dependency of this type is shown above. The integer value of the enum is 0.

| | StartToStart |

Dependent task cannot start before the Parent task starts.

A data record for the appointment dependency of this type is shown above. The integer value of the enum is 1.

| | FinishToFinish |

Dependent task cannot finish before the Parent task is finished.

A data record for the appointment dependency of this type is shown above. The integer value of the enum is 2.

| | StartToFinish |

Dependent task cannot finish before the Parent task starts.

A data record for the appointment dependency of this type is shown above. The integer value of the enum is 3.

|

See Also

AppointmentDependencyTypeEdit Class

AppointmentDependencyTypeEdit Members

DevExpress.XtraScheduler.UI Namespace