Skip to main content
A newer version of this page is available. .

Member Table: Filtering

Member Description
The TreeList.FilterNode event. This event is obsolete. Use the TreeList.CustomRowFilter event instead.
The TreeList.FilterConditions property (in version 16.2 and older)

Provides access to a filter condition collection. This property is in effect in version 16.2 and older if the TreeListOptionsBehavior.EnableFiltering option is true. In versions 17.1 and newer, we suggest that you use the advanced in-code filtering mechanism as described in the Filtering topic.

The TreeList.FilterNodes method. Forces the Tree List control to re-filter its data.
The TreeListNode.Visible property. Gets or sets whether the node is visible. The property allows you to perform node filtering.