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.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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.