Skip to main content

BarCodeBrick(IBrickOwner) Constructor

Initializes a new instance of the BarCodeBrick class with the specified owner.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v22.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public BarCodeBrick(
    IBrickOwner brickOwner
)

Parameters

Name Type Description
brickOwner IBrickOwner

An object implementing the IBrickOwner interface.

See Also