Gets a callback for determining whether to show descendant nodes.

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

Syntax

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

See Also