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

DocumentPreviewModelBase.DocumentMapSelectedNode Property

For internal use. Gets the currently selected node of the Document Map.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public DocumentMapTreeViewNode DocumentMapSelectedNode { get; set; }

Property Value

Type
DevExpress.XtraPrinting.Native.DocumentMapTreeViewNode
See Also