Skip to main content
All docs
V26.1
  • CheckBoxBrick(IBrickOwner, BrickStyle) Constructor

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

    Namespace: DevExpress.XtraPrinting

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

    Declaration

    public CheckBoxBrick(
        IBrickOwner brickOwner,
        BrickStyle style
    )

    Parameters

    Name Type
    brickOwner IBrickOwner
    style BrickStyle
    See Also