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

DocumentPreviewControl.AutoShowDocumentMap Property

Specifies whether the Document Map panel is automatically shown if a displayed document contains bookmarks. This is a dependency property.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public bool AutoShowDocumentMap { get; set; }

Property Value

Type Description
Boolean

true to automatically show the Document Map panel; otherwise false.

See Also