Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool ShowNavigationPane { get; set; }

Property Value

Type Description
Boolean

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

See Also