UIType Enum
Contains values specifying the types of the UI that can be used in WinForms applications.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v21.2.dll
Declaration
Members
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. |
Remarks
These enumeration values are used to set the IModelOptionsWin.UIType property. 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 snippets (auto-collected from DevExpress Examples) contain references to the UIType enum.
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.