menu

Blazor

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

    Show / Hide Table of Contents

    Class DependencyType

    Defines predecessors type.

    Inheritance
    System.Object
    DependencyType
    Namespace: Syncfusion.Blazor.Gantt
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class DependencyType : Enum

    Fields

    FF

    Finish to Finish type.

    Declaration
    public const DependencyType FF
    Field Value
    Type
    DependencyType

    FS

    Finish to Start type.

    Declaration
    public const DependencyType FS
    Field Value
    Type
    DependencyType

    SF

    Start to Finish type.

    Declaration
    public const DependencyType SF
    Field Value
    Type
    DependencyType

    SS

    Start to Start type.

    Declaration
    public const DependencyType SS
    Field Value
    Type
    DependencyType
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved