Skip to main content
.NET 8.0+

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

Declaration

public interface IModelClassCloneable

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