Back to Devexpress

MapControl.ShowRibbonPrintPreviewDialog(Window) Method

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

latest1.2 KB
Original Source

MapControl.ShowRibbonPrintPreviewDialog(Window) 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
)
vb
Public Sub ShowRibbonPrintPreviewDialog(
    owner As Window
)

Parameters

NameTypeDescription
ownerWindow

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

|

See Also

MapControl Class

MapControl Members

DevExpress.Xpf.Map Namespace