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

WinShowViewStrategyBase.UIType Property

Indicaties the UI type provided by a WinShowViewStrategyBase descendant.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v24.2.dll

#Declaration

public UIType UIType { get; }

#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