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