Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

RichTextBrick(IBrickOwner) Constructor

For internal use. Initializes a new instance of the RichTextBrick class with the specified brick owner.

Namespace: DevExpress.XtraPrinting

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

Declaration

public RichTextBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner DevExpress.XtraPrinting.IBrickOwner

An object implementing the DevExpress.XtraPrinting.IBrickOwner interface.

See Also