Skip to main content
A newer version of this page is available. .

CustomShowClonedObjectEventArgs.TargetObjectSpace Property

Specifies the Object Space of the target cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v19.1.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