expressappframework-devexpress-dot-expressapp-dot-cloneobject-bb41b705.md
A ViewController descendant that contains the Clone action.
Namespace : DevExpress.ExpressApp.CloneObject
Assembly : DevExpress.ExpressApp.CloneObject.v25.2.dll
NuGet Package : DevExpress.ExpressApp.CloneObject
public class CloneObjectViewController :
ObjectViewController,
ICreateObjectActionProvider
Public Class CloneObjectViewController
Inherits ObjectViewController
Implements ICreateObjectActionProvider
the Clone Object Module provides the CloneObjectViewController Controller. This Controller is active for List and Detail Views.
To access the Clone Action used to clone the currently selected object, use the CloneObjectViewController.CloneObjectAction property. For more information on how this Action works and how it can be customized, refer to the property’s description.
Additionally, you can subscribe to events exposed by the CloneObjectViewController to perform the following customizations:
For more information, refer to the corresponding event description.
Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController CloneObjectViewController
See Also