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

PageSetupDialogShowingEventArgs.WindowStartupLocation Property

Gets or sets the startup location of the page setup dialog when first shown. This is a dependency property.

Namespace: DevExpress.Xpf.PdfViewer

Assembly: DevExpress.Xpf.PdfViewer.v18.2.dll

Declaration

public WindowStartupLocation WindowStartupLocation { get; set; }

Property Value

Type Description
WindowStartupLocation

A WindowStartupLocation enumeration value specifying the startup location of the page setup dialog.

See Also