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

MasterDetailInfoBase.Clone() Method

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

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public abstract object Clone()

Returns

Type Description
Object

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

Implements

See Also