Class DialogType
Defines the type of dialog operation in the Gantt Chart.
Inheritance
System.Object
DialogType
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class DialogType : Enum
Remarks
This enum is used in the DialogType property to indicate whether the dialog is being used for adding a new record or editing an existing one.
Fields
Add
Indicates that the dialog is being used to add a new record.
Declaration
public const DialogType Add
Field Value
Type |
---|
DialogType |
Remarks
When this value is set, the dialog is configured for creating a new entry in the Gantt Chart.
Edit
Indicates that the dialog is being used to edit an existing record.
Declaration
public const DialogType Edit
Field Value
Type |
---|
DialogType |
Remarks
When this value is set, the dialog is populated with the data of an existing entry for modification.