Skip to main content
.NET 6.0+

CustomShowClonedObjectEventArgs.TargetObjectSpace Property

Specifies the Object Space of the target cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public IObjectSpace TargetObjectSpace { get; }

Property Value

Type Description
IObjectSpace

An IObjectSpace object representing the Object Space of the target cloned object.

See Also