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

DocumentPreviewControl.ShowNavigationPane Property

Specifies whether to show the Navigation Pane in the Document Preview. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v18.2.dll

Declaration

public bool ShowNavigationPane { get; set; }

Property Value

Type Description
Boolean

true, if the Navigation Pane is shown; otherwise, false

See Also