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.v19.2.dll

Declaration

public WindowStartupLocation WindowStartupLocation { get; set; }

Property Value

Type Description
WindowStartupLocation

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

See Also