Skip to main content
.NET Framework 4.5.2+

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