CustomGetCloneActionTargetTypesEventArgs.GetDefaultTargetTypes() Method
Returns the default target types of the CloneObjectViewController.CloneObjectAction.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Returns
Type | Description |
---|---|
Dictionary<IModelNode, Type> | A Dictionary<IModelNode, Type> object that describes 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. To avoid performance issues, you should cache the list returned by this method.
See Also