TcxGridFindPanelOptions Class
Contains the Find Panel‘s appearance and behavior settings.
Declaration
TcxGridFindPanelOptions = class(
TcxCustomGridOptions
)
Remarks
This class provides the following members that allow you to:
Select the Find Panel visibility mode (DisplayMode).
Position the Find Panel at the grid View’s top or bottom border (Position).
Switch the Find Panel between filter and search modes (Behavior).
Control the visibility of the Find Panel’s buttons in filter and search modes (ShowClearButton, ShowCloseButton, ShowFindButton, ShowNextButton, and ShowPreviousButton).
Allow a user to specify multiple filter or search criteria via the extended search syntax (UseExtendedSyntax).
Switch the Find Panel between manual and delayed automatic search modes (UseDelayedFind).
Switch the Find Panel between full-size and compact layouts (Layout).
Adjust the delay in delayed automatic search mode (ApplyInputDelay).
Customize the empty Find box’s information text (InfoText).
Disable text highlights in search results (HighlightSearchResults).
Enable the MRU functionality for the Find box and adjust MRU list settings (MRUItems, MRUItemsListCount, and MRUItemsListDropDownCount).
Specify if the Find Panel moves focus to its grid View when a search or filter operation is complete (FocusViewOnApplyFilter).
Specify whether the Find Panel clears its Find box when closed (ClearFindFilterTextOnClose).
A grid View’s FindPanel property references a TcxGridFindPanelOptions object.