WindowedDocumentUIService.DocumentShowMode Property
Gets or sets the windowed document show mode. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
WindowShowMode | An DevExpress.Mvvm.UI.WindowShowMode enumeration value that specifies the windowed document show mode. The default is WindowShowMode.Default. |
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