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

PageInfoTextBrick(IBrickOwner) Constructor

Initializes a new instance of the PageInfoTextBrick class with the specified owner.

Namespace: DevExpress.XtraPrinting

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

Declaration

public PageInfoTextBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner IBrickOwner

An object implementing the IBrickOwner interface.

See Also