The PropertyDescriptorExtender type exposes the following members.

Properties

  Name Description
Public property ComponentType
When overridden in a derived class, gets the type of the component this property is bound to.
(Overrides PropertyDescriptor..::..ComponentType.)
Public property IsReadOnly
When overridden in a derived class, gets a value indicating whether this property is read-only.
(Overrides PropertyDescriptor..::..IsReadOnly.)
Public property ParentPropertyDescriptor
Gets or sets parent property descriptor.
Public property PropertyType
When overridden in a derived class, gets the type of the property.
(Overrides PropertyDescriptor..::..PropertyType.)

See Also