Back to Devexpress

PrintOptions.PrintNavigationPanel Property

windowsforms-devexpress-dot-xtramap-dot-printing-dot-printoptions-31f76ca3.md

latest1.6 KB
Original Source

PrintOptions.PrintNavigationPanel Property

Gets or sets a value indicating whether a navigation panel should be printed/exported.

Namespace : DevExpress.XtraMap.Printing

Assembly : DevExpress.XtraMap.v25.2.dll

NuGet Package : DevExpress.Win.Map

Declaration

csharp
[DefaultValue(false)]
public bool PrintNavigationPanel { get; set; }
vb
<DefaultValue(False)>
Public Property PrintNavigationPanel As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if a navigation panel should be printed/exported, otherwise false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to PrintNavigationPanel
MapControl

.PrintOptions .PrintNavigationPanel

|

See Also

PrintOptions Class

PrintOptions Members

DevExpress.XtraMap.Printing Namespace