Skip to main content

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

NuGet Package: 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