Gets a callback for determining whether to show descendant nodes.

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

Syntax

C#
protected internal Predicate<Node> ChildFilter { get; }
Visual Basic (Declaration)
Protected Friend ReadOnly Property ChildFilter As Predicate(Of Node)

See Also