Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CloneObjectViewController Class

A ViewController descendant that contains the Clone action.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public class CloneObjectViewController :
    ObjectViewController

Remarks

The CloneObjectViewController Controller is provided by the Clone Object Module. It is activated for List and Detail Views.

The Clone Action, targeted for cloning the currently selected object and provided with this Controller, is exposed via the CloneObjectViewController.CloneObjectAction property. Refer to this property description for details on how this Action works and how it can be customized.

CloneObject

Additionally, you can subscribe to events exposed by the CloneObjectViewController to perform the following customizations:

Refer to these event descriptions for details.

Implements

See Also