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