Skip to main content
A newer version of this page is available. .

XRControlStyle.Clone() Method

Creates a copy of the current XRControlStyle object.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public override object Clone()

Returns

Type Description
Object

A XRControlStyle object which is a copy of the current object.

Remarks

This method creates a new instance of the XRControlStyle class and copies all the values of the current XRControlStyle‘s properties to it.

See Also