Skip to main content

BrickStringFormat.Clone() Method

Creates an exact copy of the BrickStringFormat object.

Namespace: DevExpress.XtraPrinting

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public virtual object Clone()

Returns

Type Description
Object

A BrickStringFormat object created by this method.

See Also