Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

MapControl.ShowPrintPreviewDialog(Window, String, String) Method

In This Article

Invokes the modal Print Preview window, which shows the print preview of the Map control.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v24.2.dll

NuGet Package: DevExpress.Wpf.Map

#Declaration

public void ShowPrintPreviewDialog(
    Window owner,
    string documentName,
    string title
)

#Parameters

Name Type Description
owner Window

A Window object or class descendant object, which is the owner of the invoked form.

documentName String

A string value, which is used as the default file name when saving the document.

title String

A string value specifying the preview dialog title.

See Also