constants FilterBarVisibleEnum
The FilterBarVisibleEnum type specifies how the control displays its filter bar prompt. The FilterBarPromptVisible property specifies whether the control's filter prompt is visible or hidden. The FilterBarVisibleEnum type specifies the following values:

NameValueDescription
exFilterBarHidden0 No filter prompt is shown.
exFilterBarVisible-1 The control shows the filter bar, which displays a close button, so the user can close and remove the current filter. Use the Background(exFooterFilterBarButton) property to specify the visual appearance of the close button.

exFilterBarAlwaysVisible1 The control shows the filter bar with no close button.