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

CustomCloneObjectEventArgs.SourceObject Property

Gets the object to be cloned.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public object SourceObject { get; }

Property Value

Type Description
Object

The object to be cloned.

See Also