BarCodeBrick.Clone() Method
Create a copy of the current BarCodeBrick object.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v22.2.Core.dll
NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design
Declaration
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