IModelOptionsBlazor.UIType Property
Specifies the Show View Strategy in XAF ASP.NET Core Blazor applications.
Namespace: DevExpress.ExpressApp.Blazor.SystemModule
Assembly: DevExpress.ExpressApp.Blazor.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Blazor
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
UIType | Single |
A UIType enumeration value that specifies the type of the UI used in XAF ASP. |
Available values:
Name | Description |
---|---|
Multiple |
Specifies that the Single Document Interface Show |
Single |
Specifies that the Single Document Interface Show |
Standard |
Specifies that the Multiple Document Interface Mdi |
Tabbed |
Specifies that the Multiple Document Interface Mdi |
#Remarks
Use this property to specify the Show View Strategy in your application.
Open the MySolution\Blazor.Server\Model.xafml file and navigate to the Options node to locate the property.