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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
WindowStartupLocation | A WindowStartupLocation enumeration value specifying the position of the windowed document. The default is WindowStartupLocation.CenterScreen. |
See Also