TcxGridFindPanelOptions Properties
Contains the Find Panel‘s appearance and behavior settings.Name | Description |
---|---|
ApplyInputDelay | Specifies 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 Find Panel‘s visibility mode. |
FocusViewOnApplyFilter | Controls if the Find Panel moves focus from the Find box to the View after applying the search string. |
GridView | Provides access to the grid View to which the Find Panel‘s settings belong. |
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 most recently used search strings (MRU list for short) applied to grid View records using the Find Panel. |
MRUItemsListCount | Specifies the maximum number of items in the Find Panel‘s MRU list. |
MRUItemsListDropDownCount | Specifies how much of the most recently used (MRU) filter or search criteria that the Find box’s dropdown window can display simultaneously. |
Owner | Provides access to the control or its object to which the persisted settings belong. Inherited from TcxInterfacedPersistent. |
Position | Specifies the Find Panel’s display position. |
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 between delayed automatic and manual search modes. |
UseExtendedSyntax | Specifies if the extended syntax is available for a search string. |
See Also