Skip to main content

CustomShowClonedObjectEventArgs.TargetObjectSpace Property

Specifies the Object Space of the target cloned object.

Namespace: DevExpress.ExpressApp.CloneObject

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

NuGet Package: DevExpress.ExpressApp.CloneObject

Declaration

public IObjectSpace TargetObjectSpace { get; }

Property Value

Type Description
IObjectSpace

The Object Space of the target cloned object.

See Also