CustomCloneObjectEventArgs.ClonedObject Property
The target object of the cloning process.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Property Value
| Type | Description |
|---|---|
| Object | The target object of the cloning process. |
Remarks
To clone an object manually, assign the cloned object to the ClonedObject property and initialize the CustomCloneObjectEventArgs.TargetObjectSpace property.
See Also