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