WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Predecessor - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Predecessor

    Class used to represent the dependency relationship between the tasks.

    Inheritance
    System.Object
    Predecessor
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Controls.Gantt
    Assembly: Syncfusion.Gantt.Wpf.dll
    Syntax
    public class Predecessor

    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 - 2021 Syncfusion Inc. All Rights Reserved