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

WindowService.WindowStartupLocation Property

Gets or sets the service window’s position when it first shown. 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 WindowStartupLocation WindowStartupLocation { get; set; }

Property Value

Type Description
WindowStartupLocation

The service window’s position when it is first shown.

See Also