BrickPagePair.Page Property
OBSOLETE
Use the PageIndex property instead.
Gets a page 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 |
---|---|
Page | A Page object. |
Remarks
This property provides access to one of the components of the brick-page pair, used for document navigation. The other component, a brick, is available via the BrickPagePair.Brick property.
See Also