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.v24.2.Core.dll
Declaration
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