Skip to main content

BookmarkNode.Nodes Property

Gets the collection of child bookmarks for the current bookmark. This collection is used when creating a hierarchical document map.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public IBookmarkNodeCollection Nodes { get; }

Property Value

Type Description
DevExpress.XtraPrinting.IBookmarkNodeCollection

A DevExpress.XtraPrinting.IBookmarkNodeCollection object representing the bookmarks which are shown as child bookmarks in a document map.

Remarks

In a hierarchical document map the current bookmark is shown as the parent node for all the child bookmarks which have been added to its Nodes collection.

See Also