Back to Devexpress

WindowService.WindowType Property

wpf-devexpress-dot-mvvm-dot-ui-dot-windowservice-1ff6b80d.md

latest1.1 KB
Original Source

WindowService.WindowType Property

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

Namespace : DevExpress.Mvvm.UI

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public Type WindowType { get; set; }
vb
Public Property WindowType As Type

Property Value

TypeDescription
Type

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

|

See Also

WindowService Class

WindowService Members

DevExpress.Mvvm.UI Namespace