WinShowViewStrategyBase.UIType Property
Indicaties the UI type provided by a WinShowViewStrategyBase descendant.
Namespace: DevExpress.ExpressApp.Win
Assembly:
DevExpress.ExpressApp.Win.v24.1.dll
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
|
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.
|
See Also