Skip to main content
.NET 6.0+

CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes() Method

Returns the default target types of the CloneObjectViewController.CloneObjectAction.

Namespace: DevExpress.ExpressApp.CloneObject

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