Enum PopoverMode
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Specifies the mode for displaying popovers.
public enum PopoverMode
- Extension Methods
Fields
Default = 0
The default popover mode that uses the IPopoverService.
Legacy = 1
The legacy popover mode used for backward compatibility, which utilizes the old IMudPopoverService instead of IPopoverService.