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

BarCodeBrick.Clone() Method

Create a copy of the current BarCodeBrick object.

Namespace: DevExpress.XtraPrinting

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

Declaration

public override object Clone()

Returns

Type Description
Object

An BarCodeBrick object that is a copy of the current object.

Remarks

This method creates a new instance of the BarCodeBrick class and copies all values of the current object to it.

See Also