![]() | Type | Description | ||
| FilterIncludeEnum | A FilterIncludeEnum expression that indicates the items being included when the filter is applied. |
Let's say that we have the following hierarchy:

and the ColumnFilter property is "A*", ColumnFilterType property is FilterPattern.
If the FilterInclude property is exItemsWithoutChilds, the filtered list looks like follows:
If the FilterInclude property is exItemsWithChilds, the filtered list looks like follows:
If the FilterInclude property is exRootsWithoutChilds, the filtered list looks like follows:
If the FilterInclude property is exRootsWithChilds, the filtered list looks like follows: