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