AppointmentDependencyTypeEdit.Type Property
Gets or sets a dependency type shown in the editor.
Namespace: DevExpress.XtraScheduler.UI
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
[DXCategory("Behavior")]
public AppointmentDependencyType Type { get; set; }
#Property Value
Type | Description |
---|---|
Appointment |
An Appointment |
Available values:
Name | Description |
---|---|
Finish |
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. |
Start |
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. |
Finish |
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. |
Start |
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. |