BookmarkNode.Pair Property
Provides access to the brick-page pair, associated with the current bookmark.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
Property Value
Type | Description |
---|---|
BrickPagePair | A BrickPagePair object, representing a navigational brick-page pair. |
Remarks
The components of the brick-page pair are accessible individually via the BookmarkNode.Page and BookmarkNode.Brick properties.
See Also