Back to Devexpress

ChangeType Enum

windowsforms-devexpress-dot-xtragantt-66c8b464.md

latest1.0 KB
Original Source

ChangeType Enum

Enumerates values that specify whether a dependency is created, modified, or removed.

Namespace : DevExpress.XtraGantt

Assembly : DevExpress.XtraGantt.v25.2.dll

NuGet Package : DevExpress.Win.Gantt

Declaration

csharp
public enum ChangeType
vb
Public Enum ChangeType

Members

NameDescription
Create

The dependency is created.

| | Remove |

The dependency is removed.

| | Modify |

The dependency is modified.

|

The following properties accept/return ChangeType values:

See Also

DevExpress.XtraGantt Namespace