Back to Devexpress

BrickBase Class

corelibraries-devexpress-dot-xtraprinting-3435968e.md

latest3.4 KB
Original Source

BrickBase Class

This class is the basic class for all brick classes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(BrickBaseExporter))]
public abstract class BrickBase :
    StorableObjectBase,
    IXtraSupportShouldSerialize,
    IXtraSupportCreateContentPropertyValue,
    IXtraSupportDeserializeCollectionItem,
    ICloneable
vb
<BrickExporter(GetType(BrickBaseExporter))>
Public MustInherit Class BrickBase
    Inherits StorableObjectBase
    Implements IXtraSupportShouldSerialize,
               IXtraSupportCreateContentPropertyValue,
               IXtraSupportDeserializeCollectionItem,
               ICloneable

Remarks

This class defines the basic functionality for all brick types. Its members are used to identify bricks, determine if a brick is printable, etc.

Implements

IXtraSupportDeserializeCollectionItem

Inheritance

Show 29 items

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

Page

CompositeBrick

ShapeBrick

CharacterCombBrick

CheckBoxBrick

LabelBrick

LineBrick

EmptyBrick

BarCodeBrick

TextBrick

TextBrickBase

UserPageBrick

UserVisualBrick

VisualBrick

PageImageBrick

PageInfoBrick

PageInfoTextBrick

PageInfoTextBrickBase

PageTableBrick

PanelBrick

RichTextBrick

RichTextBrickBase

ImageBrick

ProgressBarBrick

ZipCodeBrick

See Also

BrickBase Members

DevExpress.XtraPrinting Namespace