Skip to main content

BrickCollectionBase(PanelBrick) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickCollectionBase(
    PanelBrick owner
)

Parameters

Name Type Description
owner PanelBrick

A PanelBrick that is the owner of BrickCollectionBase.

See Also