Enum DialogType
Defines the type of dialog operation in the Gantt Chart.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum DialogType
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
| Name | Description |
|---|---|
| Add | Indicates that the dialog is being used to add a new record. |
| Edit | Indicates that the dialog is being used to edit an existing record. |