CustomShowClonedObjectEventArgs.TargetObjectSpace Property
In This Article
Specifies the Object Space of the target cloned object.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
#Declaration
public IObjectSpace TargetObjectSpace { get; }
#Property Value
Type | Description |
---|---|
IObject |
An IObject |
See Also