Skip to main content

TcxGridTableFindPanelOptions Properties

Contains the Find Panel‘s search settings.
Name Description
ApplyInputDelay Specifies delay (in milliseconds) prior to a search start in the delayed automatic search mode. Inherited from TcxGridFindPanelOptions.
Behavior Switches the Find Panel between filter and search modes. Inherited from TcxGridFindPanelOptions.
ClearFindFilterTextOnClose Specifies if the Find Panel clears its Find box when closed. Inherited from TcxGridFindPanelOptions.
DisplayMode Specifies the Find Panel‘s visibility mode. Inherited from TcxGridFindPanelOptions.
FocusViewOnApplyFilter Controls if the Find Panel moves focus from the Find box to the View after applying the search string. Inherited from TcxGridFindPanelOptions.
GridView
HighlightSearchResults Specifies if the found text matches are highlighted. Inherited from TcxGridFindPanelOptions.
InfoText Specifies the custom information text string for the empty unfocused Find box. Inherited from TcxGridFindPanelOptions.
Layout Switches the Find Panel between full-size and compact layouts. Inherited from TcxGridFindPanelOptions.
Location Specifies if the Find Panel is embedded into the Group by box.
MRUItems Provides access to the most recently used search strings (MRU list for short) applied to grid View records using the Find Panel. Inherited from TcxGridFindPanelOptions.
MRUItemsListCount Specifies the maximum number of items in the Find Panel‘s MRU list. Inherited from TcxGridFindPanelOptions.
MRUItemsListDropDownCount Specifies how much of the most recently used (MRU) filter or search criteria that the Find box’s dropdown window can display simultaneously. Inherited from TcxGridFindPanelOptions.
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. Inherited from TcxGridFindPanelOptions.
SearchInGroupRows Specifies if the Find Panel can search data in group rows.
SearchInPreview Specifies if the Find Panel can search data in preview sections.
ShowClearButton Specifies if the Find Panel shows the Clear button. Inherited from TcxGridFindPanelOptions.
ShowCloseButton Specifies if the Find Panel shows the Close button. Inherited from TcxGridFindPanelOptions.
ShowFindButton Specifies if the Find Panel shows the Find button in filter mode. Inherited from TcxGridFindPanelOptions.
ShowNextButton Specifies if the Find Panel shows the Next button in search mode. Inherited from TcxGridFindPanelOptions.
ShowPreviousButton Specifies if the Find Panel shows the Previous button in search mode. Inherited from TcxGridFindPanelOptions.
UseDelayedFind Switches between delayed automatic and manual search modes. Inherited from TcxGridFindPanelOptions.
UseExtendedSyntax Specifies if the extended syntax is available for a search string. Inherited from TcxGridFindPanelOptions.
See Also