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
#Members
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 |
#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
#SingleWindowSDI
- ASP.NET Core Blazor
- Windows Forms
#StandardMDI
- Windows Forms
-
#TabbedMDI
- ASP.NET Core Blazor
-
- Windows Forms
-