Back to Devexpress

IModelOptionsBlazor.UIType Property

expressappframework-devexpress-dot-expressapp-dot-blazor-dot-systemmodule-dot-imodeloptionsblazor-978fe563.md

latest3.3 KB
Original Source

IModelOptionsBlazor.UIType Property

Specifies the Show View Strategy in XAF ASP.NET Core Blazor applications.

Namespace : DevExpress.ExpressApp.Blazor.SystemModule

Assembly : DevExpress.ExpressApp.Blazor.v25.2.dll

NuGet Package : DevExpress.ExpressApp.Blazor

Declaration

csharp
[DefaultValue(UIType.SingleWindowSDI)]
UIType UIType { get; set; }
vb
<DefaultValue(UIType.SingleWindowSDI)>
Property UIType As UIType

Property Value

TypeDefaultDescription
UITypeSingleWindowSDI

A UIType enumeration value that specifies the type of the UI used in XAF ASP.NET Core Blazor applications.

|

Available values:

NameDescription
MultipleWindowSDI

The UI displays a single document interface. The application uses ShowInMultipleWindowsStrategy.

Applies to : Windows Forms

| | SingleWindowSDI |

The UI displays a single document interface. The application uses ShowInSingleWindowStrategy for Windows Forms and DevExpress.ExpressApp.Blazor.BlazorShowViewStrategy for ASP.NET Core Blazor.

Applies to : ASP.NET Core Blazor and Windows Forms

| | StandardMDI |

The UI displays a multiple document interface. The application uses MdiShowViewStrategy in standard mode.

Applies to : Windows Forms

| | TabbedMDI |

The UI displays a multiple document interface. The application uses MdiShowViewStrategy in tabbed mode for Windows Forms and DevExpress.ExpressApp.Blazor.BlazorMdiShowViewStrategy for ASP.NET Core Blazor.

Applies to : ASP.NET Core Blazor and Windows Forms

|

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.

SingleWindowSDI TabbedMDI See Also

IModelOptionsBlazor Interface

IModelOptionsBlazor Members

DevExpress.ExpressApp.Blazor.SystemModule Namespace