Skip to main content

BrickStringFormat(StringFormat) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    StringFormat source
)

Parameters

Name Type Description
source StringFormat

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

See Also