Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IModelClassCloneable.IsCloneable Property

Indicates whether objects of the current class can be cloned.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.2.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