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

DocumentPreviewPropertyProvider.ShowDocumentMap Property

Specifies whether to display the Document Map dock panel in Print Preview.

Namespace: DevExpress.Xpf.Printing

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public bool ShowDocumentMap { get; set; }

Property Value

Type Description
Boolean

true, to display the Document Map; otherwise, false.

See Also