Gets a PropertyDescriptor representing this property.

Namespace:  Mindscape.WpfElements.WpfPropertyGrid
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
PropertyDescriptor AsPropertyDescriptor { get; }
Visual Basic (Declaration)
ReadOnly Property AsPropertyDescriptor As PropertyDescriptor

Remarks

This member is provided primarily for compatibility. Applications should use IPropertyInfo members to access metadata unless they must interface to code that expects a PropertyDescriptor.

See Also