Back to Devexpress

UserPageBrick Class

corelibraries-devexpress-dot-xtraprinting-062b0796.md

latest2.4 KB
Original Source

UserPageBrick Class

An object implementing the IBrick interface that is drawn using the IBrickGraphics.DrawBrick method.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class UserPageBrick :
    UserVisualBrick,
    IPageBrick
vb
Public Class UserPageBrick
    Inherits UserVisualBrick
    Implements IPageBrick

Remarks

After implementing the IBrick interface via a user object, a UserPageBrick is added to a document via the IBrickGraphics.DrawBrick method.

To access the options of the new user page brick, use the UserVisualBrick.UserBrick property.

Implements

IXtraSupportDeserializeCollectionItem

IBrick

ITableCell

Inheritance

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

See Also

UserPageBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace