Back to Devexpress

PageInfoTextBrickBase Class

corelibraries-devexpress-dot-xtraprinting-08598b1a.md

latest2.0 KB
Original Source

PageInfoTextBrickBase Class

The base for the PageInfoBrick and PageInfoTextBrick classes.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(PageInfoTextBrickBaseExporter))]
public abstract class PageInfoTextBrickBase :
    TextBrick
vb
<BrickExporter(GetType(PageInfoTextBrickBaseExporter))>
Public MustInherit Class PageInfoTextBrickBase
    Inherits TextBrick

Implements

IXtraSupportDeserializeCollectionItem

IBrick

ITableCell

Inheritance

Object DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase BrickBase Brick VisualBrick TextBrickBase TextBrick PageInfoTextBrickBase PageInfoTextBrick

PageInfoBrick

See Also

PageInfoTextBrickBase Members

DevExpress.XtraPrinting Namespace