Skip to main content
A newer version of this page is available. .

WindowService.WindowType Property

Gets or sets the current service window type. This is a dependency property.

Namespace: DevExpress.Mvvm.UI

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Type WindowType { get; set; }

Property Value

Type Description
Type

A Type object that represents the service’s window type. The default is ThemedWindow.

See Also