alexa

    Show / Hide Table of Contents

    Enum GanttTaskRelationship

    Represents the dependency relationship between the tasks/activities.

    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public enum GanttTaskRelationship

    Fields

    Name Description
    FinishToFinish

    Represent Finish - to - Finish relation.

    FinishToStart

    Represent Finish - to - Start relation.

    StartToFinish

    Represent Start - to - Finish relation.

    StartToStart

    Represent Start - to - Start relation.

    Back to top Generated by DocFX