Back to Devexpress

IModelClassCloneable.IsCloneable Property

expressappframework-devexpress-dot-expressapp-dot-cloneobject-dot-imodelclasscloneable.md

latest1.5 KB
Original Source

IModelClassCloneable.IsCloneable Property

Indicates whether objects of the current class can be cloned.

Namespace : DevExpress.ExpressApp.CloneObject

Assembly : DevExpress.ExpressApp.CloneObject.v25.2.dll

NuGet Package : DevExpress.ExpressApp.CloneObject

Declaration

csharp
bool IsCloneable { get; set; }
vb
Property IsCloneable As Boolean

Property Value

TypeDescription
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 of the current class type. In addition, the descendants of this class are added to the collection, if the IsClonable property is set to true for descendants.

See Also

IModelClassCloneable Interface

IModelClassCloneable Members

DevExpress.ExpressApp.CloneObject Namespace