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

MapControl.ShowRibbonPrintPreviewDialog(Window, String, String) Method

Invokes the Print Preview modal dialog with a Ribbon for the map control.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void ShowRibbonPrintPreviewDialog(
    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 a default file name to save the document.

title String

A string value, specifying the preview dialog title.

See Also