ISearchControlProperties Members
Provides properties that manage the behavior and appearance of a search bar within the Search Panel.Properties
| Name | Description |
|---|---|
| ClearButtonShowMode | Gets or sets the way the clear button within this Search Panel is shown. |
| FindDelay | Gets or sets the time span after which the search starts automatically. |
| NullValuePrompt | Gets or sets the text displayed within the Search Panel‘s search bar when this bar is empty. |
| NullValuePromptShowForEmptyValue | Gets or sets whether the ISearchControlProperties.NullValuePrompt text should be displayed within the Search Panel‘s empty search bar. |
| ShowNullValuePromptWhenFocused | Gets or sets whether the search bar within the Search Panel should display its ISearchControlProperties.NullValuePrompt text when this bar is focused. |
| ShowSearchButton | Gets or sets whether the search bar within this Search Panel should display its ‘Find’ button. |
See Also