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.1.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.Win.Dashboard.Design

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also