UIWindowRegion.WindowShowMode Property
Namespace: DevExpress.Mvvm.UI.ModuleInjection
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type |
|---|
| WindowShowMode |
Available values:
| Name | Description |
|---|---|
| Dialog | A window is opened as a dialog (modal window). |
| Default | A window is opened as a regular window. |
See Also