alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Enum OpenType

    Specifies the trigger action for displaying popup-based editors.

    Namespace: Syncfusion.Blazor.InPlaceEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public enum OpenType
    Remarks

    This enumeration is applicable only when RenderMode is set to Popup.

    Fields

    Name Description
    Auto

    The popup opens automatically based on context, typically combining click and focus actions.

    Click

    The popup opens when the component is clicked.

    Custom

    The popup opening mechanism is handled through custom logic.

    Focus

    The popup opens when the component receives focus, such as through keyboard navigation.

    Hover

    The popup opens when the mouse pointer hovers over the component.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved