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

WindowedDocumentUIService.WindowStartupLocation Property

Gets or sets the position of the windowed document when first shown. This is a dependency property.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public WindowStartupLocation WindowStartupLocation { get; set; }

Property Value

Type Description
WindowStartupLocation

A WindowStartupLocation enumeration value specifying the position of the windowed document.

The default is WindowStartupLocation.CenterScreen.

See Also