menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PopupType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved