Back to Devexpress

PdfViewer.NavigationPaneWidth Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-e222d847.md

latest1.3 KB
Original Source

PdfViewer.NavigationPaneWidth Property

Gets or sets the navigation pane width (where outlines are located).

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[DefaultValue(0)]
public int NavigationPaneWidth { get; set; }
vb
<DefaultValue(0)>
Public Property NavigationPaneWidth As Integer

Property Value

TypeDefaultDescription
Int320

An integer value, specifying the width of a navigation pane.

|

Remarks

When the NavigationPaneWidth property is set to 0 , the navigation pane has the 1/5 current control’s width.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace