When overridden in a derived class, gets the type of the property represented by this node.

Namespace:  Mindscape.WpfPropertyGrid
Assembly:  Mindscape.WpfPropertyGrid (in Mindscape.WpfPropertyGrid)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public abstract Type PropertyType { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property PropertyType As Type

See Also