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