Skip to main content
A newer version of this page is available. .

EmptyBrick Class

For internal use. Intended to create indivisible brick groups.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

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.

Implements

Inheritance

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