BookmarkNode.Pair Property
Provides access to the brick-page pair, associated with the current bookmark.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
BrickPagePair | A BrickPagePair object, representing a navigational brick-page pair. |
Remarks
Use the BookmarkNode.PageIndex property and the Page.GetBrickByIndices
method to obtain the components of the brick-page pair.
See Also