BrickCollectionBase Class
In This Article
Serves as the base class for classes that represent collections of bricks.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#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.
See Also