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

BrickEventArgs.Page Property

Returns the document page containing the brick for which the corresponding event was fired.

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v20.2.dll

NuGet Package: DevExpress.Win.Printing

Declaration

public Page Page { get; }

Property Value

Type Description
Page

A Page object, specifying the page on which the brick is located.

See Also