Skip to main content
All docs
V24.1
.NET 6.0+
  • The page you are viewing does not exist in the .NET Framework 4.5.2+ platform documentation. This link will take you to the parent topic of the current section.

IModelOptionsBlazor Properties

Used to extend the Application Model‘s Options node.
Name Description
ListViewEnableColumnChooser Specifies whether the column chooser is enabled.
RefreshViewOnTabFocus Refreshes the View data source on tab focus in an ASP.NET Core Blazor application that uses the TabbedMDI UIType.
RestoreTabbedMdiLayout Specifies whether XAF should restore open tabs when you start an ASP.NET Core Blazor application that uses the TabbedMDI UIType.
ShowTabImage Specifies whether XAF displays tabs with icons in ASP.NET Core Blazor applications that use the TabbedMDI UIType.
UIType Specifies the Show View Strategy in XAF ASP.NET Core Blazor applications.
See Also