CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes() Method
Returns the default target types of the CloneObjectViewController.CloneObjectAction.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v24.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject.Xpo
Declaration
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