Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.1
  • RichTextBoxBrick(IRichTextBoxBrickOwner, BrickStyle) Constructor

    Initializes a new instance of the RichTextBoxBrick class with specified settings.

    Namespace: DevExpress.XtraPrinting.NativeBricks

    Assembly: DevExpress.XtraReports.v21.1.dll

    NuGet Package: DevExpress.Reporting.Core

    Declaration

    public RichTextBoxBrick(
        IRichTextBoxBrickOwner container,
        BrickStyle style
    )

    Parameters

    Name Type
    container IRichTextBoxBrickOwner
    style BrickStyle
    See Also