constants FilterIncludeEnum
The FilterIncludeEnum type defines the items to include when control's filter is applied. The FilterInclude property specifies the items being included, when the list is filtered. The FilterIncludeEnum type supports the following values:

NameValueDescription
exItemsWithoutChilds0 Items (and parent-items) that match the filter are shown (no child-items are included)
exItemsWithChilds1 Items (parent and child-items) that match the filter are shown
exRootsWithoutChilds2 Only root-items (excludes child-items) that match the filter are displayed
exRootsWithChilds3 Root-items (and child-items) that match the filter are displayed
exMatchingItemsOnly4 Shows only the items that matches the filter (no parent or child-items are included)
exMatchIncludeParent240 Specifies that the item matches the filter if any of its parent-item matches the filter. The exMatchIncludeParent flag can be combined with any other value.