Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CustomCloneObjectEventArgs.TargetType Property

Gets the type of the target object.

Namespace: DevExpress.ExpressApp.CloneObject

Assembly: DevExpress.ExpressApp.CloneObject.v20.2.dll

Declaration

public Type TargetType { get; }

Property Value

Type Description
Type

The type of the target object.

See Also