ComponentType Property (SpreadDataColumnPropertyDescriptor)
In This Topic
When overridden in a derived class, gets the type of the component this property is bound to.
Syntax
Property Value
A
System.Type that represents the type of component this property is bound to. When the
System.ComponentModel.PropertyDescriptor.GetValue(System.Object) or
System.ComponentModel.PropertyDescriptor.SetValue(System.Object,System.Object) method is invoked, the object specified might be an instance of this type.
See Also