Skip to main content
.NET 6.0+

CustomCloneObjectEventArgs.SourceObject Property

Gets the object to be cloned.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public object SourceObject { get; }

Property Value

Type Description
Object

The object to be cloned.

See Also