Back to Devexpress

UserVisualBrick Class

corelibraries-devexpress-dot-xtraprinting-d1227385.md

latest2.2 KB
Original Source

UserVisualBrick Class

A visual brick that is drawn on a page by an object implementing the IBrick interface.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[BrickExporter(typeof(UserVisualBrickExporter))]
public class UserVisualBrick :
    Brick
vb
<BrickExporter(GetType(UserVisualBrickExporter))>
Public Class UserVisualBrick
    Inherits Brick

Remarks

A UserVisualBrick is added to a page after calling the IBrickGraphics.DrawBrick method.

To access the brick’s options, use the UserVisualBrick.UserBrick property.

Implements

IXtraSupportDeserializeCollectionItem

IBrick

ITableCell

Inheritance

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

See Also

UserVisualBrick Members

Bricks

Classes Hierarchy: Bricks

DevExpress.XtraPrinting Namespace