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

BrickBase Class

This class is the basic class for all brick classes.

Namespace: DevExpress.XtraPrinting

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

Declaration

[BrickExporter(typeof(BrickBaseExporter))]
public abstract class BrickBase :
    StorableObjectBase,
    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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the BrickBase class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also