Skip to main content
.NET 6.0+

UIType Enum

Contains values that specify the UI types used in ASP.NET Core Blazor and Windows Forms applications.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v24.1.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public enum UIType

Members

Name Description
MultipleWindowSDI

Specifies that the Single Document Interface ShowInMultipleWindowsStrategy is used in the Windows Forms application.

SingleWindowSDI

Specifies that the Single Document Interface ShowInSingleWindowStrategy is used in the ASP.NET Core Blazor or Windows Forms application.

StandardMDI

Specifies that the Multiple Document Interface MdiShowViewStrategy is used in the Windows Forms application.

TabbedMDI

Specifies that the Multiple Document Interface MdiShowViewStrategy in tabbed mode is used in the ASP.NET Core Blazor or Windows Forms application.

Related API Members

The following properties accept/return UIType values:

Remarks

These enumeration values are used in the IModelOptionsBlazor.UIType and IModelOptionsWin.UIType properties. The following images demonstrate how the application UI changes depending on the property’s value.

MultipleWindowSDI

Windows Forms
XAF Windows Forms MultipleWindowSDI, DevExpress

SingleWindowSDI

ASP.NET Core Blazor
XAF ASP.NET Core Blazor SingleWindowSDI, DevExpress
Windows Forms
XAF Windows Forms SingleWindowSDI, DevExpress

StandardMDI

Windows Forms
XAF Windows Forms StandardMDI, DevExpress

TabbedMDI

ASP.NET Core Blazor
XAF ASP.NET Core Blazor TabbedMDI, DevExpress
Windows Forms
XAF Windows Forms TabbedMDI, DevExpress
See Also