alexa
menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class Predecessor

    Class used to represent the dependency relationship between the tasks.

    Inheritance
    System.Object
    Predecessor
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class Predecessor : Object

    Constructors

    Predecessor()

    Initializes a new instance of the Predecessor class.

    Declaration
    public Predecessor()

    Properties

    GanttTaskIndex

    Gets or sets the index of the gantt task.

    Declaration
    public int GanttTaskIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    The index of the gantt task.

    GanttTaskRelationship

    Gets or sets the gantt task relationship.

    Declaration
    public GanttTaskRelationship GanttTaskRelationship { get; set; }
    Property Value
    Type Description
    GanttTaskRelationship

    The gantt task relationship.

    Offset

    Gets or sets the offset for gantt task relationship.

    Declaration
    public double Offset { get; set; }
    Property Value
    Type Description
    System.Double

    The offset.

    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved