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