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

VisualBrick.NavigationPair Property

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public virtual BrickPagePair NavigationPair { get; set; }

Property Value

Type Description
BrickPagePair

A BrickPagePair object.

Remarks

The components of the brick-page pair for the current VisualBrick instance could be accessed individually via the VisualBrick.NavigationBrickIndices and VisualBrick.NavigationPageIndex properties.

See Also