IModelClassCloneable.IsCloneable Property
Indicates whether objects of the current class can be cloned.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if objects of the current class can be cloned; otherwise, false. |
Remarks
If this property is set to true, the CloneObject Action’s Items collection contains an element representing the current class. In addition, this class’ descendants are added to the collection, if the IsClonable property is set to true for descendants.
See Also