BlazorMdiShowViewStrategy Properties
A Show View Strategy used to display a multiple document interface in XAF ASP.NET Core Blazor applications.| Name | Description |
|---|---|
| MaxTabLimit static | Limits the number of opened tabs. |
| SupportViewNavigationHistory | Indicates whether the Show View Strategy keeps track of invoked Views. Inherited from ShowViewStrategyBase. |
| TabOverflowStrategy static | Specifies how to handle overflowing tabs when the number of tabs reaches MaxTabLimit. |
See Also