Skip to main content

MasterDetailFieldInfo.Clone() Method

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.Reporting.Core

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also