Skip to main content
.NET 6.0+

CustomCloneObjectEventArgs.ClonedObject Property

Represents the target object of the cloning process.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v23.2.dll

Declaration

public object ClonedObject { get; set; }

Property Value

Type Description
Object

The target object of the cloning process.

Remarks

To clone an object manually, assing the cloned object to the ClonedObject property and initialize the CustomCloneObjectEventArgs.TargetObjectSpace property.

See Also