Skip to main content

BrickStringFormat(BrickStringFormat, StringTrimming) Constructor

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public BrickStringFormat(
    BrickStringFormat source,
    StringTrimming trimming
)

Parameters

Name Type Description
source BrickStringFormat

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

trimming StringTrimming

A StringTrimming enumeration value representing the trimming mode. This value is assigned to the BrickStringFormat.Trimming property.

See Also