Skip to main content
.NET 6.0+

CustomCloneObjectEventArgs.TargetType Property

Gets the type of the target object.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public Type TargetType { get; }

Property Value

Type Description
Type

The type of the target object.

See Also