Skip to main content
A newer version of this page is available. .

IModelClassCloneable.IsCloneable Property

Indicates whether objects of the current class can be cloned.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

bool IsCloneable { get; set; }

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