Enum SelectionMode
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
Indicates the types of selections allowed.
public enum SelectionMode
- Extension Methods
Fields
MultiSelection = 1
More than one selection is allowed.
SingleSelection = 0
One selection is allowed at a time.
ToggleSelection = 2
One selection is toggled.