Skip to main content

XPObjectSourceModel.Clone() Method

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

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override object Clone()

Returns

Type Description
Object

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

See Also