MapControl.ShowRibbonPrintPreview(Window, String, String) Method
In This Article
Invokes the Print Preview form with a Ribbon for the map control.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
owner | Window | A Window object or class descendant object, which is the owner of the invoked form. |
document |
String | A string value, which is used as a default file name to save the document. |
title | String | A string value, specifying the preview form title. |
See Also