Skip to main content
A newer version of this page is available. .

CustomShowClonedObjectEventArgs.ShowViewParameters Property

Gets a set of parameters used to display a cloned object’s Detail View.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public ShowViewParameters ShowViewParameters { get; }

Property Value

Type Description
ShowViewParameters

The ShowViewParameters object used to display a cloned object’s Detail View.

See Also