Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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

NuGet Package: DevExpress.ExpressApp

Declaration

public enum UIType

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

    MultipleWindowSDI

  • SingleWindowSDI

    SingleWindowSDI

  • StandardMDI

    StandardMDI

  • TabbedMDI

    TabbedMDI

See Also