Back to Devexpress

BrickCollectionBase Class

corelibraries-devexpress-dot-xtraprinting-1476d469.md

latest1.8 KB
Original Source

BrickCollectionBase Class

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

Declaration

csharp
public class BrickCollectionBase :
    Collection<Brick>
vb
Public Class BrickCollectionBase
    Inherits Collection(Of 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

BrickCollectionBase Members

DevExpress.XtraPrinting Namespace