Enum CloseAction
Defines the method by which a dialog can be closed in the Gantt Chart.
Namespace: Syncfusion.Blazor.Gantt
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CloseAction
Remarks
This enum is used in the CloseBy property to indicate the specific interaction that resulted in the dialog being closed.
Fields
| Name | Description |
|---|---|
| Cancel | Indicates that the dialog was closed using the Cancel button. |
| Enter | Indicates that the dialog was closed by pressing the Enter key. |
| Escape | Indicates that the dialog was closed by pressing the Escape key. |
| Icon | Indicates that the dialog was closed using the close (X) icon. |
| Save | Indicates that the dialog was closed using the Save button. |