Skip to main content

BrickEventArgs.Page Property

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

Namespace: DevExpress.XtraPrinting.Control

Assembly: DevExpress.XtraPrinting.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, 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