BrickBase Class
This class is the basic class for all brick classes.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v23.1.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
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.
Implements
Inheritance
Show 29 items
Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
BrickBase
See Also