Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

CloneObjectViewController Class

A ViewController descendant that contains the Clone action.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.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