menu

Blazor

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

    Show / Hide Table of Contents

    Class PopupDisplayMode

    Specifies the display mode of the dropdown popup on mobile devices.

    Inheritance
    System.Object
    PopupDisplayMode
    Namespace: Syncfusion.Blazor.DropDowns
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class PopupDisplayMode : Enum

    Fields

    FullScreen

    The popup opens in fullscreen mode on mobile devices when filtering is enabled. This is similar to the material design approach, providing a full-screen experience for filtering.

    Declaration
    public const PopupDisplayMode FullScreen
    Field Value
    Type
    PopupDisplayMode

    Inline

    The popup opens similarly on both mobile and desktop devices, above the input field without fullscreen mode.

    Declaration
    public const PopupDisplayMode Inline
    Field Value
    Type
    PopupDisplayMode
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved