Skip to main content
All docs
V23.2

RichTextBrick(IBrickOwner, BrickStyle) Constructor

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.RichEdit.v23.2.Core.dll

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

Declaration

public RichTextBrick(
    IBrickOwner brickOwner,
    BrickStyle style
)

Parameters

Name Type Description
brickOwner IBrickOwner

An object that implements the DevExpress.XtraPrinting.IBrickOwner interface.

style BrickStyle

An object that specifies the report drawing style.

See Also