Gets or sets whether to show only the filtered nodes or also show their parent and child nodes.
public virtual FilterMode FilterMode { get; set; }
Overridable Public Property FilterMode As FilterMode
This property specifies whether to show only the filtered nodes or also show the parent and child nodes. You can also hide nodes that have parent nodes that do not match the filter criteria. See FilterMode for more information.
Use the following properties to allow users to filter nodes:
For more information, see Version Compatibility: Default Property Values.