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

BrickPagePair.Brick Property

OBSOLETE

Use the Page.GetBrickByIndices method instead.

Gets a brick object of the brick-page pair.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Obsolete("Use the Page.GetBrickByIndices method instead.")]
public Brick Brick { get; }

Property Value

Type Description
Brick

A Brick object.

Remarks

This property provides access to one of the components of the brick-page pair, used for document navigation. The other component, a page, is available via the BrickPagePair.Page property.

See Also