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.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
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