property PropertiesList.FilterBarPromptVisible as FilterBarVisibleEnum
Shows or hides the filter prompt.

TypeDescription
FilterBarVisibleEnum A FilterBarVisibleEnum expression that specifies whether the control's filter prompt is visible or hidden.
By default, the FilterBarPromptVisible property is False, in other words the filter prompt is not visible. Use the FilterBarPromptVisible property to add filtering capabilities to the component. The filter prompt feature allows you to filter the items as you type while the filter bar is visible on the bottom part of the list area. Use the FilterBarPrompt property to specify the HTML caption being displayed in the filter bar when the filter pattern is missing. The FilterBarPromptPattern property specifies the pattern to filter the list. The IncrementalSearch property indicates the type of filtering.

The filter prompt works based on the IncrementalSearch property as follows:

The following screen shot shows the filter prompt ( FilterBarPromptVisible property is True ):

The following screen shot shows the list once the user types "allow" in the filter prompt portion: