IModelClassCloneable Interface
Used to extend the Application Model‘s class node with properties specific to the Clone Object Module functionality.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Remarks
This IModelClassCloneable
interface is a part of the Application Model infrastructure. It is used by the CloneObjectModule to extend the IModelClass interface.
Usually you do not need to implement this interface.
See Also