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

VisualBrick(IBrickOwner) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

public VisualBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner DevExpress.XtraPrinting.IBrickOwner

An object implementing the IBrickOwner interface.

See Also