Skip to main content
All docs
V24.2

ProgressBarBrick(IBrickOwner, BrickStyle) Constructor

Initializes a new instance of the ProgressBarBrick class with specified settings.

Namespace: DevExpress.XtraPrinting

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

Declaration

public ProgressBarBrick(
    IBrickOwner brickOwner,
    BrickStyle style
)

Parameters

Name Type
brickOwner IBrickOwner
style BrickStyle
See Also