Skip to main content
A newer version of this page is available. .

WinShowViewStrategyBase.UIType Property

Indicaties the UI type provided by a WinShowViewStrategyBase descendant.

Namespace: DevExpress.ExpressApp.Win

Assembly: DevExpress.ExpressApp.Win.v18.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.

SingleWindowSDI

Specifies that the Single Document Interface ShowInSingleWindowStrategy is used.

StandardMDI

Specifies that the Multiple Document Interface MdiShowViewStrategy is used.

TabbedMDI

Specifies that the Multiple Document Interface MdiShowViewStrategy in tabbed mode is used.

See Also