Library Blazor Components PageControl Reference Classes PageControl TabsLocation

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;

Sign in