Skip to main content
.NET 6.0+

CustomGetCloneActionTargetTypesEventArgs.TargetTypes Property

Gets the System.Collections.Generic.Dictonary object representing the collection of target types and their corresponding IModelNode nodes.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.Xpo.v23.2.dll

Declaration

public Dictionary<IModelNode, Type> TargetTypes { get; }

Property Value

Type Description
Dictionary<IModelNode, Type>

The System.Collections.Generic.Dictonary object representing the collection of target types and their corresponding IModelNode nodes.

See Also