Skip to main content

BrickStyle.Clone() Method

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

Namespace: DevExpress.XtraPrinting

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

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

Declaration

public virtual object Clone()

Returns

Type Description
Object

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

See Also