Back to Devexpress

EmptyBrick Class

corelibraries-devexpress-dot-xtraprinting-a6917f67.md

latest2.0 KB
Original Source

EmptyBrick Class

For internal use. Intended to create indivisible brick groups.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(EmptyBrickExporter))]
public class EmptyBrick :
    Brick
vb
<BrickExporter(GetType(EmptyBrickExporter))>
Public Class EmptyBrick
    Inherits 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

IXtraSupportDeserializeCollectionItem

IBrick

ITableCell

Inheritance

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

See Also

EmptyBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace