Back to Devexpress

CloneObjectViewController Class

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

latest3.5 KB
Original Source

CloneObjectViewController Class

A ViewController descendant that contains the Clone action.

Namespace : DevExpress.ExpressApp.CloneObject

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

NuGet Package : DevExpress.ExpressApp.CloneObject

Declaration

csharp
public class CloneObjectViewController :
    ObjectViewController,
    ICreateObjectActionProvider
vb
Public Class CloneObjectViewController
    Inherits ObjectViewController
    Implements ICreateObjectActionProvider

Remarks

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.

Implements

ISupportUpdate

Inheritance

Object MarshalByRefObject Component Controller ViewController ViewController<ObjectView> ObjectViewController CloneObjectViewController

See Also

CloneObjectViewController Members

DevExpress.ExpressApp.CloneObject Namespace