Blazor

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

    Show / Hide Table of Contents

    Class GanttTaskPredecessor

    Class that defines predecessor details.

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

    Constructors

    GanttTaskPredecessor()

    Declaration
    public GanttTaskPredecessor()

    Properties

    From

    Defines the from value of predecessor.

    Declaration
    public string From { get; set; }
    Property Value
    Type Description
    System.String

    IsDrawn

    Defines the predecessor is drawn-able or not.

    Declaration
    public bool IsDrawn { get; set; }
    Property Value
    Type Description
    System.Boolean

    Offset

    Defines the offset value of predecessor.

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

    OffsetUnit

    Defines the offset unit of predecessor.

    Declaration
    public string OffsetUnit { get; set; }
    Property Value
    Type Description
    System.String

    To

    Defines the to value of predecessor.

    Declaration
    public string To { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Defines the type of predecessor.

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