Skip to main content

UIWindowRegion.WindowShowMode Property

Namespace: DevExpress.Mvvm.UI.ModuleInjection

Assembly: DevExpress.Xpf.Core.v26.1.dll

Declaration

public WindowShowMode WindowShowMode { get; set; }

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