Skip to main content

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.v23.2.Core.dll

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

public RichTextBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner IBrickOwner

An object implementing the DevExpress.XtraPrinting.IBrickOwner interface.

See Also