Skip to main content
.NET 6.0+

CloneObjectViewController Class

A ViewController descendant that contains the Clone action.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v23.2.dll

Declaration

public class CloneObjectViewController :
    ObjectViewController,
    ICreateObjectActionProvider

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.

Clone Object Module Winforms Blazor

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