Skip to main content

DocumentPreviewPropertyProvider.ShowDocumentMap Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public bool ShowDocumentMap { get; set; }

Property Value

Type Description
Boolean

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

See Also