The TreeComboFilterStyle enumeration contains modes of the filtered elements tree building.
It is used by the following properties and methods:
IDimensionCombo.FilterStyle.
| Value | Brief description |
| 1 | ShowAllParents. Found elements with all parent elements are displayed in the tree. |
| 2 | ShowNearestParent. Found elements with nearest parent element that contains sought text are displayed in the tree. |
| 3 | PlainList. One-level list of found elements is formed. |
See also: