IModelClassCloneable.IsCloneable Property
Indicates whether objects of the current class can be cloned.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Property Value
Type | Description |
---|---|
Boolean |
|
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