Skip to main content

DocumentPreviewModelBase.IsDocumentMapVisible Property

Specifies whether the Document Map panel is visible.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual bool IsDocumentMapVisible { get; set; }

Property Value

Type Description
Boolean

true to show the Document Map panel; otherwise false.

See Also