property Gantt.FilterInclude as FilterIncludeEnum
Specifies the items being included after the user applies the filter.

TypeDescription
FilterIncludeEnum A FilterIncludeEnum expression that indicates the items being included when the filter is applied.

By default, the FilterInclude property is exItemsWithoutChilds, which specifies that only items (and parent-items) that match the filter are being displayed. Use the FilterInclude property to specify whether the child- items should be displayed when the user applies the filter. Use the Filter property and FilterType property to specify the column's filter. Use the ApplyFilter to apply the filter at runtime. Use the ClearFilter method to clear the control's filter. Use the FilterCriteria property to filter items using the AND, OR and NOT operators. Use the FilterBarPromptVisible property to show the control's filter-prompt, that allows you to filter items as you type.

The following table shows items to display, when filter for "A" items, using different values for FilterInclude property:

no filter exItemsWithoutChilds
0
exItemsWithChilds
1
exRootsWithoutChilds
2
exRootsWithChilds
3
exMatchingItemsOnly
4
exMatchIncludeParent |
exMatchingItemsOnly(0xF4)