Skip to main content

BrickStringFormat(BrickStringFormat) Constructor

Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    BrickStringFormat source
)

Parameters

Name Type Description
source BrickStringFormat

A BrickStringFormat object whose values are used to initialize the item being created.

See Also