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.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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