Skip to main content

ChangeType Enum

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

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

public enum ChangeType

Members

Name Description
Create

The dependency is created.

Remove

The dependency is removed.

Modify

The dependency is modified.

Related API Members

The following properties accept/return ChangeType values:

See Also