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
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 |