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.2.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
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
- SingleWindowSDI
- StandardMDI
- TabbedMDI
Related GitHub Examples
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.