menu

Blazor

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

    Show / Hide Table of Contents

    Class TaskType

    Defines TaskType of the Gantt.

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

    Fields

    FixedDuration

    Duration task field will remain constant while updating resource unit or work field

    Declaration
    public const TaskType FixedDuration
    Field Value
    Type
    TaskType

    FixedUnit

    Resource units will remain constant while updating duration or work field.

    Declaration
    public const TaskType FixedUnit
    Field Value
    Type
    TaskType

    FixedWork

    Work field will remain constant while updating resource unit or duration fields.

    Declaration
    public const TaskType FixedWork
    Field Value
    Type
    TaskType

    None

    Fields are None.

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