Enum DropdownWidth
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the behavior of a MudPopover drop down relative width.
public enum DropdownWidth
- Extension Methods
Fields
Adaptive = 1
The dropdown will open at the min width of it's activator parent, preventing it from being less wide but allowing it to grow.
Ignore = 2
The dropdown width will be ignored.
Relative = 0
The dropdown will open at the max width of it's activator parent preventing it from growing beyond that width.