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