Skip to main content
.NET 6.0+

CustomShowClonedObjectEventArgs.SourceObject Property

Gets the source cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public object SourceObject { get; }

Property Value

Type Description
Object

The source cloned object.

See Also