Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomShowClonedObjectEventArgs.ClonedObject Property

Gets the target cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v20.2.dll

Declaration

public object ClonedObject { get; }

Property Value

Type Description
Object

The target cloned object.

See Also