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

BrickPagePair.Page Property

OBSOLETE

Use the PageIndex property instead.

Gets a page object of the brick-page pair.

Namespace: DevExpress.XtraPrinting

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

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