CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes() Method
In This Article
Returns the default target types of the CloneObjectViewController.CloneObjectAction.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.2.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
#Declaration
public Dictionary<IModelNode, Type> GetDefaultTargetTypes()
#Returns
Type | Description |
---|---|
Dictionary<IModel |
A Dictionary<IModel |
#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