Skip to main content
.NET 8.0+

CustomCloneObjectEventArgs.TargetObjectSpace Property

Specifies the Object Space of the target object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public IObjectSpace TargetObjectSpace { get; set; }

Property Value

Type Description
IObjectSpace

The Object Space of the target object.

Remarks

The TargetObjectSpace property returns null. You should initialize it 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 use the XafApplication.CreateObjectSpace method to create a new Object Space instance.

See Also