Skip to main content
.NET Framework 4.6.2+

CloneObjectViewController Class

A ViewController descendant that contains the Clone action.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public class CloneObjectViewController :
    ObjectViewController,
    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.

XAF Clone Object Module in Windows Forms and ASP.NET Core Blazor, DevExpress

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

See Also