Enum PopupType
An enum that holds the available types of popups in the scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PopupType
Fields
| Name | Description |
|---|---|
| DeleteAlert | The popup showing delete confirmation message. |
| EditEventInfo | The quick popup on events in responsive mode. |
| Editor | The detailed editor window. |
| EventContainer | The more indicator popup. |
| QuickInfo | The quick popup. |
| RecurrenceAlert | The popup showing recurrence alerts. |
| RecurrenceValidationAlert | The popup showing recurrence validation alerts. |
| ValidationAlert | The popup showing validation alerts. |
| ViewEventInfo | The quick popup on cells in responsive mode. |