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

BrickStringFormat(StringFormatFlags) Constructor

Initializes a new instance of the BrickStringFormat class with the specified formatting information.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

public BrickStringFormat(
    StringFormatFlags options
)

Parameters

Name Type Description
options StringFormatFlags

A StringFormatFlags enumeration value representing formatting information. This value is assigned to the BrickStringFormat.FormatFlags property.

See Also