Skip to main content

UserVisualBrick Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[BrickExporter(typeof(UserVisualBrickExporter))]
public class UserVisualBrick :
    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.

Inheritance

Object
DevExpress.Printing.Utils.DocumentStoring.StorableObjectBase
See Also