When overridden in a derived class, gets a display name for the node.

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

Syntax

C#
public abstract string HumanName { get; }
Visual Basic (Declaration)
Public MustOverride ReadOnly Property HumanName As String

See Also