Skip to main content
.NET 8.0+

CloneObjectModule Class

The module contained in the DevExpress.ExpressApp.CloneObject.v25.1.dll assembly.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll

Declaration

public sealed class CloneObjectModule :
    ModuleBase,
    IModelXmlConverter

Remarks

The Clone Object Module comprises a single DevExpress.ExpressApp.CloneObject.v25.1.dll assembly. Its classes and services provide object cloning functionality in XAF applications. This assembly is a module itself, since it contains the CloneObjectModule class - a descendant of the ModuleBase class.

The values of CloneObjectModule‘s properties determine the general behavior of the cloning functionality. To customize these properties, select the CloneObjectModule component in the Application Designer‘s Modules section, and use the Properties window.

Implements

Inheritance

See Also