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

CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes() Method

Returns the default target types of the CloneObjectViewController.CloneObjectAction.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public Dictionary<IModelNode, Type> GetDefaultTargetTypes()

Returns

Type Description
Dictionary<IModelNode, Type>

A Dictionary<IModelNode, Type> object, representing the default target types of the CloneObject Action, and their corresponding BOModel | Class Application Model nodes.

Remarks

The GetDefaultTargetTypes method returns a new list each time it is called. So, to avoid performance issues, a list returned by this method should be cached.

See Also