Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.2.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

#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