WinShowViewStrategyBase.UIType Property
Indicaties the UI type provided by a WinShowViewStrategyBase descendant.
Namespace: DevExpress.ExpressApp.Win
Assembly:
DevExpress.ExpressApp.Win.v26.1.dll
NuGet Packages:
DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
public UIType UIType { get; }
Public ReadOnly Property UIType As UIType
Property Value
| Type |
Description |
| UIType |
A UIType enumeration value specifying the UI type provided by a WinShowViewStrategyBase descendant.
|
Available values:
| Name |
Description |
|
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 BlazorMdiShowViewStrategy for ASP.NET Core Blazor.
Applies to: ASP.NET Core Blazor and Windows Forms
|
See Also