Skip to main content
.NET 6.0+

CustomShowClonedObjectEventArgs.ClonedObject Property

Gets the target cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public object ClonedObject { get; }

Property Value

Type Description
Object

The target cloned object.

See Also