Skip to main content
A newer version of this page is available. .

PdfViewer.NavigationPaneWidth Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v19.2.dll

Declaration

[DefaultValue(0)]
public int NavigationPaneWidth { get; set; }

Property Value

Type Default Description
Int32 0

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