Gets the metadata for the property represented by this node.

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

Syntax

C#
public PropertyInfo PropertyInfo { get; }
Visual Basic (Declaration)
Public ReadOnly Property PropertyInfo As PropertyInfo

Remarks

It is recommended that you use Property rather than PropertyInfo, as PropertyInfo is not supported in partial trust situations.

See Also