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.1.Core.dll

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

Declaration

public BrickCollectionBase(
    PanelBrick owner
)

Parameters

Name Type Description
owner PanelBrick

A PanelBrick that is the owner of BrickCollectionBase.

See Also