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

BrickStringFormat(BrickStringFormat, StringFormatFlags) Constructor

Initializes a new instance of the BrickStringFormat class with the values of the specified source brick string format. It also uses the specified formatting settings.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public BrickStringFormat(
    BrickStringFormat source,
    StringFormatFlags options
)

Parameters

Name Type Description
source BrickStringFormat

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

options StringFormatFlags

A StringFormatFlags enumeration value that represents formatting settings. This value is assigned to the BrickStringFormat.FormatFlags property.

See Also