Skip to main content

EmptyBrick Class

For internal use. Intended to create indivisible brick groups.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[BrickExporter(typeof(EmptyBrickExporter))]
public class EmptyBrick :
    Brick

The following members return EmptyBrick objects:

Remarks

EmptyBrick is intended only for internal use, because it is not a visual brick and therefore cannot be rendered on a document’s surface.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BrickBase
Brick
EmptyBrick
See Also