CustomCloneObjectEventArgs.TargetObjectSpace Property
In This Article
Specifies the Object Space of the target object.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
#Declaration
public IObjectSpace TargetObjectSpace { get; set; }
#Property Value
Type | Description |
---|---|
IObject |
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