BrickCollectionBase Class
Serves as the base class for classes that represent collections of bricks.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Related API Members
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
See Also