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

BookmarkNode.Pair Property

Provides access to the brick-page pair, associated with the current bookmark.

Namespace: DevExpress.XtraPrinting

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

Declaration

public BrickPagePair Pair { get; }

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