Skip to main content
.NET 6.0+

CustomGetCloneActionTargetTypesEventArgs.SourceType Property

Gets the type of the source object to be cloned.

Namespace: DevExpress.ExpressApp.CloneObject

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

Declaration

public ITypeInfo SourceType { get; }

Property Value

Type Description
ITypeInfo

The type of the source object to be cloned.

See Also