Struct DropdownSettings
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The behavior of a dropdown popover.
public readonly struct DropdownSettings
- Inherited Members
- Extension Methods
Constructors
DropdownSettings()
public DropdownSettings()
Properties
Fixed
Displays the dropdown popover in a fixed position, even while scrolling.
public bool Fixed { get; init; }
Property Value
Remarks
Defaults to false
.
OverflowBehavior
The behavior applied when there is not enough space for the dropdown popover to be visible.
public OverflowBehavior OverflowBehavior { get; init; }
Property Value
Remarks
Defaults to FlipOnOpen.