Skip to main content
.NET 6.0+

IModelOptionsWin.UIType Property

Specifies the Show View Strategy (see ShowViewStrategyBase) used in the WinForms application.

Namespace: DevExpress.ExpressApp.Win.SystemModule

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

NuGet Package: DevExpress.ExpressApp.Win

Declaration

[DefaultValue(UIType.MultipleWindowSDI)]
UIType UIType { get; set; }

Property Value

Type Default Description
UIType MultipleWindowSDI

A UIType enumeration value specifying the type of the UI used in the WinForms application.

Remarks

We do not recommend setting this property to StandardMDI when the Ribbon interface is used. This configuration has not been thoroughly tested, as we have found it much less usable than others, and can potentially lead to errors. In conjunction with the Ribbon, the TabbedMDI mode provides better usability.

The following images demonstrate how the WinForms application UI is modified depending on this property’s value.

MultipleWindowSDI
MultipleWindowSDI
SingleWindowSDI
SingleWindowSDI
StandardMDI
StandardMDI
TabbedMDI
TabbedMDI

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the UIType property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also