alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class TaskConstraintType

    The constraint on the start or finish date of the task

    Inheritance
    System.Object
    TaskConstraintType
    Namespace: Syncfusion.ProjIO
    Assembly: Syncfusion.ProjIO.Base.dll
    Syntax
    public sealed class TaskConstraintType : Enum

    Fields

    AsLateAsPossible

    Declaration
    public const TaskConstraintType AsLateAsPossible
    Field Value
    Type
    TaskConstraintType

    AsSoonAsPossible

    Declaration
    public const TaskConstraintType AsSoonAsPossible
    Field Value
    Type
    TaskConstraintType

    FinishNoEarlierThan

    Declaration
    public const TaskConstraintType FinishNoEarlierThan
    Field Value
    Type
    TaskConstraintType

    FinishNoLaterThan

    Declaration
    public const TaskConstraintType FinishNoLaterThan
    Field Value
    Type
    TaskConstraintType

    MustFinishOn

    Declaration
    public const TaskConstraintType MustFinishOn
    Field Value
    Type
    TaskConstraintType

    MustStartOn

    Declaration
    public const TaskConstraintType MustStartOn
    Field Value
    Type
    TaskConstraintType

    StartNoEarlierThan

    Declaration
    public const TaskConstraintType StartNoEarlierThan
    Field Value
    Type
    TaskConstraintType

    StartNoLaterThan

    Declaration
    public const TaskConstraintType StartNoLaterThan
    Field Value
    Type
    TaskConstraintType
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved