menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class GanttTaskPredecessor - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class GanttTaskPredecessor

    Represents the details of task dependency in the Gantt chart.

    Inheritance
    System.Object
    GanttTaskPredecessor
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class GanttTaskPredecessor : Object

    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
    System.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
    System.Boolean

    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
    System.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
    System.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
    System.String

    Type

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

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