Skip to main content
A newer version of this page is available. .

BrickCollectionBase(PanelBrick) Constructor

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

Namespace: DevExpress.XtraPrinting

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

Declaration

public BrickCollectionBase(
    PanelBrick owner
)

Parameters

Name Type Description
owner PanelBrick

A PanelBrick that is the owner of BrickCollectionBase.

See Also