Skip to main content

BrickPagePair.Page Property

OBSOLETE

Use the PageIndex property instead.

Gets a page object of the brick-page pair.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[Obsolete("Use the PageIndex property instead.")]
public Page Page { get; }

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