WindowService.WindowShowMode Property
In This Article
Gets or sets the current service window’s show mode (modeless/modal). This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
public WindowShowMode WindowShowMode { get; set; }
#Property Value
Type | Description |
---|---|
Window |
A Window |
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