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

CustomCloneObjectEventArgs.TargetObjectSpace Property

Specifies the Object Space of the target object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public IObjectSpace TargetObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

The Object Space of the target object.

Remarks

By default, the TargetObjectSpace property returns null. It should be initialized in case the cloned object is assigned to the CustomCloneObjectEventArgs.ClonedObject property. Use the CustomCloneObjectEventArgs.CreateDefaultTargetObjectSpace method to obtain a default Object Space for the current context, or create a new Object Space instance via the XafApplication.CreateObjectSpace method.

See Also