MdiMode Enum
Contains values specifying the MdiShowViewStrategy‘s modes of operation.
Namespace: DevExpress.ExpressApp.Win.Templates
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Members
Name | Description |
---|---|
Standard
|
Specifies that Views are invoked in separate Windows. |
Tabbed
|
Specifies that Views are invoked in separate tabs. |
Remarks
These enumeration values are used to set the MdiShowViewStrategy.MdiMode property.
See Also