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

BrickStringFormat(StringFormat) Constructor

Initializes a new instance of the BrickStringFormat class with the specified source.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public BrickStringFormat(
    StringFormat source
)

Parameters

Name Type Description
source StringFormat

A BrickStringFormat object from which to initialize a new BrickStringFormat object.

See Also