Skip to main content
A newer version of this page is available. .

UserPageBrick Class

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

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class UserPageBrick :
    UserVisualBrick,
    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.

Inheritance

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