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

CustomShowClonedObjectEventArgs.SourceObject Property

Gets the source cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public object SourceObject { get; }

Property Value

Type Description
Object

The source cloned object.

See Also