menu

Blazor

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

    Show / Hide Table of Contents

    Class GanttDialogFieldType

    Defines the different field types available in the Gantt chart dialog.

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

    Fields

    Custom

    Represents the custom field, where custom fields are displayed and edited.

    Declaration
    public const GanttDialogFieldType Custom
    Field Value
    Type
    GanttDialogFieldType

    Dependency

    Represents the dependency field, where task dependencies are defined and managed.

    Declaration
    public const GanttDialogFieldType Dependency
    Field Value
    Type
    GanttDialogFieldType

    General

    Represents the general field in the dialog, typically used for task name, duration, and other basic details.

    Declaration
    public const GanttDialogFieldType General
    Field Value
    Type
    GanttDialogFieldType

    Notes

    Represents the notes field, where additional information or comments about the task are provided.

    Declaration
    public const GanttDialogFieldType Notes
    Field Value
    Type
    GanttDialogFieldType

    Resources

    Represents the resources field, where task resources are displayed and assigned.

    Declaration
    public const GanttDialogFieldType Resources
    Field Value
    Type
    GanttDialogFieldType

    Segments

    Represents the segments field, used to display and edit task segments if the task is divided into multiple parts.

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