Skip to main content

CheckBoxBrick.Clone() Method

Creates a new object that is a copy of the current CheckBoxBrick 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 CheckBoxBrick instance, which is a copy of the current instance.

See Also