CustomCloneObjectEventArgs.ClonedObject Property
The target object of the cloning process.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v26.1.dll
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