Back to Devexpress

MapControl.ShowRibbonPrintPreviewDialog(Window, String, String) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapcontrol-dot-showribbonprintpreviewdialog-x28-system-dot-windows-dot-window-system-dot-string-system-dot-string-x29.md

latest1.7 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void ShowRibbonPrintPreviewDialog(
    Window owner,
    string documentName,
    string title
)
vb
Public Sub ShowRibbonPrintPreviewDialog(
    owner As Window,
    documentName As String,
    title As String
)

Parameters

NameTypeDescription
ownerWindow

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

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace