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 |