Skip to main content

PdfViewer.NavigationPaneWidth Property

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

Namespace: DevExpress.XtraPdfViewer

Assembly: DevExpress.XtraPdfViewer.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

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