Skip to main content

CustomCloneObjectEventArgs.TargetType Property

Gets the type of the target object.

Namespace: DevExpress.ExpressApp.CloneObject

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

NuGet Package: DevExpress.ExpressApp.CloneObject

Declaration

public Type TargetType { get; }

Property Value

Type Description
Type

The type of the target object.

See Also