DependencyPropertyDescriptor.ComponentType Property

Definition

Gets the type of the component this property is bound to.

public:
 virtual property Type ^ ComponentType { Type ^ get(); };
public override Type ComponentType { get; }
member this.ComponentType : Type
Public Overrides ReadOnly Property ComponentType As Type

Property Value

A Type that represents the type of component this property is bound to. When GetValue(Object) or SetValue(Object, Object) are invoked, the object specified might be an instance of this type.

Remarks

This property relies on the underlying PropertyDescriptor.

Applies to