Back to Devexpress

WindowShowMode Enum

wpf-devexpress-dot-mvvm-dot-ui-3286f5d2.md

latest1.2 KB
Original Source

WindowShowMode Enum

Lists the values that specify how the WindowService‘s windows are opened.

Namespace : DevExpress.Mvvm.UI

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public enum WindowShowMode
vb
Public Enum WindowShowMode

Members

NameDescription
Dialog

A window is opened as a dialog (modal window).

| | Default |

A window is opened as a regular window.

|

The following properties accept/return WindowShowMode values:

See Also

DevExpress.Mvvm.UI Namespace