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

XPObjectSourceModel(XPObjectSourceModel) Constructor

Initializes a new instance of the XPObjectSourceModel class with the specified prototype.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v20.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.WindowsDesktop.DataAccess

Declaration

public XPObjectSourceModel(
    XPObjectSourceModel other
)

Parameters

Name Type Description
other XPObjectSourceModel

An XPObjectSourceModel object specifying a prototype for a new XPObjectSourceModel instance.

See Also