Skip to main content

CharacterCombBrick.Clone() Method

Creates a new CharacterCombBrick instance, which is a copy of the current instance.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override object Clone()

Returns

Type Description
Object

A new CharacterCombBrick instance, which is a copy of the current instance.

See Also