Skip to main content

DocumentPreviewModelBase.DocumentMapRootNode Property

For internal use. Gets the root node of the Document Map.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public abstract DocumentMapTreeViewNode DocumentMapRootNode { get; }

Property Value

Type
DevExpress.XtraPrinting.Native.DocumentMapTreeViewNode

Implements

See Also