TabsLocation
Location of page tabs. They can be rendered on either left side or on the top of PageControl component.
razor
[Parameter] public TabsLocation TabsLocation { get; set; } = TabsLocation.Top;
Location of page tabs. They can be rendered on either left side or on the top of PageControl component.
[Parameter] public TabsLocation TabsLocation { get; set; } = TabsLocation.Top;