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

IPrintingSystem.CreateProgressBarBrick() Method

If implemented by a class, creates a progress bar brick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

IProgressBarBrick CreateProgressBarBrick()

Returns

Type Description
DevExpress.XtraPrinting.IProgressBarBrick

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