UIType Enum
Contains values specifying the types of the UI that can be used in WinForms applications.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v23.1.dll
NuGet Package: DevExpress.ExpressApp
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