TcxControlOptionsFindPanel Properties
Contains the Find Panel‘s appearance and behavior settings.| Name | Description |
|---|---|
| ApplyInputDelay | Specifies the delay (in milliseconds) prior to a search start in the delayed automatic search mode. |
| Behavior | Switches the Find Panel between filter and search modes. |
| ClearFindFilterTextOnClose | Specifies if the Find Panel clears its Find box when closed. |
| DisplayMode | Specifies the end-user availability of the Find Panel. |
| EditingControl | Provides access to the container control to which these Find Panel settings belong. |
| FocusContentOnApplyFilter | Specifies if the Find Panel moves focus to the container control‘s content when activating search or filter criteria. |
| HighlightSearchResults | Specifies if the found text matches are highlighted. |
| InfoText | Specifies the custom information text string for the empty unfocused Find box. |
| Layout | Switches the Find Panel between full-size and compact layouts. |
| MRUItems | Provides access to the list of the most recently used search strings (MRU list for short) in the Find Panel‘s Find box. |
| MRUItemsListCount | Specifies the maximum number of items in the Find Panel‘s MRU list. |
| MRUItemsListDropDownCount | Specifies the maximum number of items that the MRU list‘s dropdown can display simultaneously. |
| Owner protected | Provides access to the persistent object to which the current property set or persistent information container belongs. Inherited from TcxOwnedPersistent. |
| Position | Specifies the Find Panel‘s display position within a container control. |
| ShowClearButton | Specifies if the Find Panel shows the Clear button. |
| ShowCloseButton | Specifies if the Find Panel shows the Close button. |
| ShowFindButton | Specifies if the Find Panel shows the Find button in filter mode. |
| ShowNextButton | Specifies if the Find Panel shows the Next button in search mode. |
| ShowPreviousButton | Specifies if the Find Panel shows the Previous button in search mode. |
| UseDelayedFind | Switches the Find Panel between delayed automatic and manual search types. |
| UseExtendedSyntax | Specifies if the extended syntax is available for a search string. |
See Also