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

BrickCollectionBase Class

Serves as the base class for classes that represent collections of bricks.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class BrickCollectionBase :
    Collection<Brick>

The following members return BrickCollectionBase objects:

Remarks

The BrickCollectionBase class represents the base type from which other collections used to manipulate particular types of items are derived. The BrickCollectionBase class implements all the common functionality and exposes a number of common methods, but it can’t be created directly.

Inheritance

Object
Collection<Brick>
BrickCollectionBase
See Also