Back to Devexpress

PdfViewer.NavigationPaneMinWidth Property

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

latest1.3 KB
Original Source

PdfViewer.NavigationPaneMinWidth Property

Returns the minimum width of a navigation pane.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public int NavigationPaneMinWidth { get; }
vb
<Browsable(False)>
Public ReadOnly Property NavigationPaneMinWidth As Integer

Property Value

TypeDescription
Int32

An integer value that determines the minimum navigation pane width.

|

Remarks

To specify the navigation pane width, use the PdfViewer.NavigationPaneWidth property.

See Also

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace