The TreeComboFilterStyle enumeration contains modes of building a filtered elements tree.
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 searched text are displayed in the tree. |
3 | PlainList. One-level list of found elements is formed. |
See also: