CustomGetCloneActionTargetTypesEventArgs.TargetTypes Property
Gets the System.Collections.Generic.Dictionary
object that is the collection of target types and their corresponding IModelNode nodes.
Namespace: DevExpress.ExpressApp.CloneObject
Assembly: DevExpress.ExpressApp.CloneObject.v25.1.dll
NuGet Package: DevExpress.ExpressApp.CloneObject
Declaration
Property Value
Type | Description |
---|---|
Dictionary<IModelNode, Type> | The |
See Also