ChildPropertyDescriptorComponentType Property

This returns the type for the component to which the property is bound

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override Type ComponentType { get; }

Return Value

Type
Returns a Type that represents the type of component to which the property is bound.

See Also