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

IPrintingSystem.CreatePanelBrick() Method

If implemented by a class, creates a panel brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

IPanelBrick CreatePanelBrick()

Returns

Type Description
DevExpress.XtraPrinting.IPanelBrick

An object implementing the DevExpress.XtraPrinting.IPanelBrick interface.

Remarks

This method is intended for internal use only. Normally, you don’t need to use it.

See Also