TcxControlOptionsFindPanel Class
Contains the Find Panel‘s appearance and behavior settings.
Declaration
TcxControlOptionsFindPanel = class(
TcxOwnedPersistent
)
Remarks
This class provides the following members that allow you to:
Select the Find Panel visibility mode (DisplayMode).
Position the Find Panel at the container control‘s top or bottom border (Position).
Switch the Find Panel between filter and search modes (Behavior).
Switch the Find Panel between full-size and compact layouts (Layout).
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).
Adjust delay prior to a filter or search operation in delayed automatic search mode (ApplyInputDelay).
Customize information text in the empty Find box (InfoText).
Disable found text match highlights (HighlightSearchResults).
Enable the MRU functionality for the Find box and adjust MRU list settings (MRUItems, MRUItemsListCount, and MRUItemsListDropDownCount).
Specify if the Find Panel automatically moves focus to the container control when a search or filter operation is complete (FocusContentOnApplyFilter).
Specify if the Find Panel clears its Find box when closed (ClearFindFilterTextOnClose).
Access the container control to which these Find Panel settings belong (EditingControl).
A container control’s FindPanel property references a TcxControlOptionsFindPanel object.