CloneObjectViewController.AllowCloneWhenModified Property
Specifies whether to disable cloning when there are unsaved changes with the current object.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | false | true, when cloning of modified object is allowed; otherwise - false. |
Remarks
By default, the CloneObjectViewController.CloneObjectAction Action is disabled when there are unsaved changes with the current object. The reason is that the cloning process works in a separate Object Space (see BaseObjectSpace). To change this behavior set the AllowCloneWhenModified property to true.
See Also