Skip to main content

VisualBrick.Clone() Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also