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

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.v18.2.Core.dll

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Collection, true, false, false, 0, XtraSerializationFlags.DeserializeCollectionItemBeforeCallSetIndex)]
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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the Nodes property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also