Enum PickerVariant
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the display behavior of a MudPicker<T> component.
public enum PickerVariant
- Extension Methods
Fields
Dialog = 1
A dialog is displayed to pick a value.
Inline = 0
The picker displays when the input is clicked.
Static = 2
The picker is always visible.