alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class GanttTaskPredecessor

    Represents the details of task dependency in the Gantt chart.

    Inheritance
    object
    GanttTaskPredecessor
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTaskPredecessor

    Constructors

    GanttTaskPredecessor()

    Declaration
    public GanttTaskPredecessor()

    Properties

    From

    Gets or sets the starting point of the task dependency line in the Gantt chart.

    Declaration
    public string From { get; set; }
    Property Value
    Type
    string

    IsDrawn

    Gets or sets a value indicating whether the task dependency line is drawable in the Gantt chart.

    Declaration
    public bool IsDrawn { get; set; }
    Property Value
    Type
    bool

    Offset

    Gets or sets the offset value for positioning the task dependency line in the Gantt chart.

    Declaration
    public double Offset { get; set; }
    Property Value
    Type
    double

    OffsetUnit

    Gets or sets the unit of measurement for the offset value of the task dependency line in the Gantt chart.

    Declaration
    public string OffsetUnit { get; set; }
    Property Value
    Type
    string

    To

    Gets or sets the target task ID of the task dependency in the Gantt chart.

    Declaration
    public string To { get; set; }
    Property Value
    Type
    string

    Type

    Gets or sets the type of dependency relationship in the Gantt chart.

    Declaration
    public string Type { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved