corelibraries-devexpress-dot-xtraprinting-1476d469.md
Serves as the base class for classes that represent collections of bricks.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class BrickCollectionBase :
Collection<Brick>
Public Class BrickCollectionBase
Inherits Collection(Of Brick)
The following members return BrickCollectionBase objects:
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.
Object Collection<Brick> BrickCollectionBase
See Also