Gets an IComparer which sorts properties by their display names.

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

Syntax

C#
public static IComparer ByHumanName { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property ByHumanName As IComparer

See Also