Enum TabHeaderPosition
- Namespace
- MudBlazor
- Assembly
- MudBlazor.dll
The location of the Header
public enum TabHeaderPosition
- Extension Methods
Fields
After = 0
Additional content is placed after the first tab.
Before = 1
Additional content is placed before the first tab.
None = 2
No additional content is shown.