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

    IModelOptionsBlazor Members

    Used to extend the Application Model‘s Options node.

    Properties

    Name Description
    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.
    VirtualScrollingEnabled Specifies whether virtual scrolling is enabled for all List Views that use DxGridListEditor. When enabled, the List Editors load records as the user scrolls (instead of traditional pagination).
    See Also